Hi I am creating a PDF file using FOP and then mergint his PDF file with another PDF file using itext.
The issue is page numbers, for example if PDF file created by FOP has 1 page, then i get page 1 of 1 when using tag Page: <fo:page-number /> of <fo:page-number-citation ref-id="last-page" /> But when i merge PDF it does really reflect the total I know the PDF file which i am merging is 3 pages, can i some manage to get 1 of 4 or change the page number in PDF file after merging, any idea if i can do it from itext? Ashish
