0

I am generating a pdf file in Jasper. I need to merge this jasper generated pdf file with the uploaded pdf file. How can we do that?

user3546348
  • 1
  • 1
  • 2

1 Answers1

0

You can try to use PDFMergeUtility to merge the output of the report with the existing pdf. Take a look at this thread: Merge two pdf files. The only difference is that you should call this after the report generation, and take it from its reside location, but the process is the same. Hope it helps.

Community
  • 1
  • 1
Endrik
  • 2,238
  • 3
  • 19
  • 33