Hello,
We are currently running into a problem with adding or deleting pages to a PDF generated by Prince XML 7.1 in Acrobat 9 Pro.
When a new page is inserted with Acrobat into the PDF generated by Prince XML, the page numbering in the footer does not reflect the change. The same occurs when a page is deleted. The page numbering on a linked table of contents also remains unchanged.
Looking at the PDF in Acrobat, the program does not seem to recognize the footer generated by Prince XML as a footer.
Here's the CSS we use to generate the footer and the page numbering:
Is there a way to generate a footer that will be recognized by Acrobat as a footer, and is there a way to have the page numbering in the footer and table of contents update when pages are added to or deleted from the PDF?
We are currently running into a problem with adding or deleting pages to a PDF generated by Prince XML 7.1 in Acrobat 9 Pro.
When a new page is inserted with Acrobat into the PDF generated by Prince XML, the page numbering in the footer does not reflect the change. The same occurs when a page is deleted. The page numbering on a linked table of contents also remains unchanged.
Looking at the PDF in Acrobat, the program does not seem to recognize the footer generated by Prince XML as a footer.
Here's the CSS we use to generate the footer and the page numbering:
@bottom-center{
content: counter(page);
}
Is there a way to generate a footer that will be recognized by Acrobat as a footer, and is there a way to have the page numbering in the footer and table of contents update when pages are added to or deleted from the PDF?