Roxana Constandes wrote:
I have to generate one PDF file that contains 2 different reports(different
data and layout): report 1 has to be on pages 1,3,5,7,.... and report 2 has
to be on pages 2,4,6,8....

Use FOP to create two PDF documents, or one PDF document with the two reports successively, then use another tool like iText to merge the PDFs or reshuffle the pages. Getting the right page numbers is still a bit of a problem, it can be solved with generated page-sequence-masters containing lots of single page master references with hard coded page numbers or by adding them in the merge/reshuffle routine. See also http://xml.apache.org/fop/faq.html#pdf-postprocess

J.Pietschmann



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



Reply via email to