You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, PDF derivatives are subdivided into standard letter-size pages. In longer emails with many images (such as email newsletters), the default efforts to avoid breaking images across pages results in significant added white space and reduced readability. Printing the PDF to a single page would better recreate the original unpaged format of email.
Describe the solution you'd like
I've figured out a way to do this using headless Chrome. Here is code for a pdf-chrome derivative that implements single-page PDFs.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, PDF derivatives are subdivided into standard letter-size pages. In longer emails with many images (such as email newsletters), the default efforts to avoid breaking images across pages results in significant added white space and reduced readability. Printing the PDF to a single page would better recreate the original unpaged format of email.
Describe the solution you'd like
I've figured out a way to do this using headless Chrome. Here is code for a pdf-chrome derivative that implements single-page PDFs.
The text was updated successfully, but these errors were encountered: