vote up 0 vote down star

Is it possible to include an existing pdf file in a JasperReport?

We really want to append new data to an existing report with out regenerating the existing report. We will be exporting back to pdf. I'm looking at using iText's PdfCopy to merge two pdfs, but was hoping JasperReports might have an easier way...

flag

29% accept rate

1 Answer

vote up 0 vote down check

I don't think you could do that in JasperReports, but it would be fairly simple in iText.

Generate the JasperReport, and then use PdfCopy to append the new report to the original (or vice-versa).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.