on the first page of a multi-page pdf I would like to show, how much pages the complete document has.

Does anyone have an idea if that's posssible and how?

Place an empty block with an arbitrary id at the end of your document (e.g <fo:block id="endofdoc"/>) and use fo:page-number-citation to cite the number of pages (e.g. <fo:page-number-citation ref-id="endofdoc"/>).

But be careful: this uses more memory due to the forward reference.

Eido



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to