Adding Extra Page to a PDF doc generated from XSL & FOP
843834Dec 14 2005 — edited Dec 21 2005Hi, I am using XSLTC and FOP for tranforming XML to PDF.Using the JAXP 1.3 API to do this.
I am getting the xml through a web-service and using stylesheets and FOP to convert it to PDF.However my problem is that i want to add a extra page at the end of every PDF that i am creating.
This extra page at the end of every PDF is a kind of info-page whose content might change.
Can i possible create a xml doc and a corresponding xsl stylsheet to create this page and somehow merge it with my original PDF Document.I am keen on keeping the generation of this page(i.e XML and corresponding stylesheet) to be seperate
Can anyone please suggest a way of doing this?