- From: Purvesh <purvesh.vora@patni.com>
- Date: Mon, 12 May 2003 14:46:52 +0530
- To: <www-xsl-fo@w3.org>
- Cc: "'bmoss'" <bmoss@fnis.com>
Hi Brian, Here is one solution to your problem. You can generate two different pdf reports. And after that you can merge these two pdfs using Etymon PJ/iText. I think this will be much simpler as u don't need to touch your existing code. But before using any of these tools for merging pdfs please check the limitations of it. We generated sample pdfs using xsl fo and then used to merge already existing static pdf files to them using Etymon Pj. Thanks & Regards Purvesh Vora -----Original Message----- From: www-xsl-fo-request@w3.org [mailto:www-xsl-fo-request@w3.org]On Behalf Of bmoss Sent: Wednesday, May 07, 2003 7:16 PM To: www-xsl-fo@w3.org Subject: page numbering I have two completely separate pdf reports that I generated using xsl:fo and fop. I now want to put these two reports together as one file, but keep the formatting integrity of each report. The first report needs to end and the second report (initiated by xsl:call-template from the first report) needs to have its page number reset to 1 and its first page needs to be treated as the "first" page, and not include the header that the "rest" of the pages have. So, each report needs to be generated individually, but they also need to be generated as one pdf containing both. Does anyone know how to do this or have I just made it all too confusing? Brian
Received on Monday, 12 May 2003 05:16:19 UTC