Hi guys anyone have any ideas on how to add a page...
# advancedpdf
b
Hi guys anyone have any ideas on how to add a page number if you have 2 advance pdf layout merged into 1 using pdfset? any answer would be highly appreciated. thanks in advance
p
I'm not sure if you can because of how BFO handles the pagination but if someone knows how to do this I would also be very interested, I've had issues because of this in the past.
s
The main issue is that BFO calculates the page numbers per document, and in a pdf set, each individual PDF is considered a separate document, even though they are combined into a single file. The documentation for the element is here: https://bfo.com/products/report/docs/tags/tags/pagenumber.html The only real solution I have seen work is to combine the documents together into a single pdf (not using pdfset), and use custom data sources with scripting to generate the document instead.