Add padding around PDF page? #1028
Unanswered
LonelessCodes
asked this question in
Q&A
Replies: 2 comments
-
did to find any answer? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Existing PDF or new one you generate yourself from scratch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make a simple web app to add additional whitespace to presentations from our professors, so I can take notes there.
I want to be able to add spacing at the top, right, left or bottom, but I only know to add space to the right and the bottom, via
page.setWidth()
andpage.setHeight()
.Can someone help me figure out how I can add space to the left or top of a page or alternatively move the contents of a page to the right or bottom? Much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions