Hello, I have a problem since upgrading from PDFBox 0.8 to PDFBox 1.5 . I create some PDDocuments with Fop(length of the individual documents is one or two pages) and then merge them with PDFMergerUtility.appendDocument().
The problem I experience is, that the resulting PDF-Document doesn't have continuing page numbers. The numbers under the minipages are all 1 or 2 but not in a logic way. The two pages of a PDDocument (that are labeled with 1 and 2 in the individual file) are, in the result document, both labeled with 1, but the following page is labeled with 2. The next page is again labeled with 1. Before the upgrade the resulting page numbers where continuous. What do I have to do to my generated PDDocuments, that page numbers are set continually? I hope someone can help me. Best wishes Katrin Peuker

