0
I have a Jasperreport and need to attach to it other Pdfs and images that the user attached. I was suggested to use iText, but I still have no idea how to merge the Jasper report pdf with these attachments. How could I implement this with iText? I could do that with Jasperreport himself?
If you have multiple Pcs, you can combine them using
JRPdfExporter
– nullptr
They are not various Jaspers, they are a Jasper and several pdfs and images that a user attaches
– Juliana Marques
I want to generate a PDF with these attachments and link with the PDF of the report
– Juliana Marques
Got it, with Jasper you can only include images, you can not include a PDF inside it. With Itext you can do this using Pdfcopy
– nullptr