Description
I propose adding the ability to save a web page not as multiple individual pages, into which the page is cut in a PDF document, but as one or two very long pages.
I understand that the PDF format essentially operates with pages of a certain size, just as it places all objects according to coordinates that are inextricably linked to the origin of the virtual page. However, the maximum length of a page in a PDF document according to the current PDF 2.0 specification (ISO 32000-2:2020
) is 14,400 inches or 381 meters. More precisely, the specification defines it in points, where 1 point is equal to 1/72 of an inch. Thus, in a situation where web pages are saved mainly for offline storage and viewing from screens, there is no need to cut them into separate pages when they can be saved in their original, integral form.
The width of the created document page should be set to the standard paper format (162, 176, 210, 216, 229, 250 mm) selected in the extension settings, and the height should be proportional to the current aspect ratio of the page displayed on the screen, taking into account scrolling.