Page numbering while using PDF utils
-
Is there anything special I need to do to get page numbers to include prepended reports in PDF utils?
Currently, I have a report that prepends two reports to the beginning. These are single pages.
When displaying the page number on page 3, it shows Page 1.
-
@jan_blaha any ideas ?
-
I believe you have one merge operation that includes header with page numbers?
And this operation runs before the prepend operation?
This means it has no clue about the pages prepended yet.
You should change the order of operations and run the merge after the prepend.