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
I would like to increase the font size of the A4 paper from 12pt to 16pt because I am producing the PDFs as booklets. However, I am unfamiliar with the arithmetic to make this work for variables like line height, lines per page, font height, etc. Would somebody have any insights to how I should recalculate these parameters to make this new print profile?
If anybody would like to help tinker with these settings, I am essentially using pdfjam to transform the PDF into a booklet. You can install the pdfjam tool using sudo apt install texlive-extra-utils. Thus, generating the booklet takes both afterwrite and pdfjam:
I would like to increase the font size of the A4 paper from 12pt to 16pt because I am producing the PDFs as booklets. However, I am unfamiliar with the arithmetic to make this work for variables like line height, lines per page, font height, etc. Would somebody have any insights to how I should recalculate these parameters to make this new print profile?
If anybody would like to help tinker with these settings, I am essentially using pdfjam to transform the PDF into a booklet. You can install the pdfjam tool using
sudo apt install texlive-extra-utils
. Thus, generating the booklet takes both afterwrite and pdfjam:Below is the print profile I'd like to implement in
js/utils/print-profiles.js
:The text was updated successfully, but these errors were encountered: