Insert Page in a PDF - Page Numbering not correct? #4793
Replies: 5 comments 5 replies
0 replies
|
I still try to add a cover-page before the initial pdf using the following code: But i get this error now: |
1 reply
|
Oh sorry - i change the code an with this its working: |
0 replies
|
But now i have still the problem with the page numbering. I can open the final output-file with whatever pdf-browser Allways the first and second page is shown as 1
Is it somehow possible that i insvert the cover site and the numbering is counted for every site from 1 from the beginning |
4 replies
|
Thanks a lot - set_page_labels did the trick for me - Now the final document is numbered correct from 1 to x |
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.
Hello - i try to add a front-page in pdf using the following code:
Find attached the 2 input pdf:
cover.pdf
type01.pdf
And the output after the program run:
out.pdf
But the numbering of the pages in the final pdf-file out.pdf seems to be not correct.

When i want to print eg. the 2nd page of the document - it prints the 3rd page - see the print-dialog in Acrobat for example:
How can i add the cover and keep a correct page numbering?
All reactions