Hi Andreas
Thank you for your great work with this project, it works brilliant.
I am looking for a way to merge given pdf files with an report, for example i will save 1 or 2 pdf-pages in the application like the images files and then have those pdf files appended to a report.
Is there a way to do this?
Regards Dirk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
merging pdf-files is not possible using PL-jrxml2pdf. This is because i'm not able to parse an existing PDF-document. You talk about images from the application..., can't you capture them as image-files, in this case a "merge" would be quite simple?
It is possible to merge PDF-files using some external library, e.g. iText can do you using, but i don't know the licensiong required for this.
Regards,
Andreas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Andreas
Thank you for your great work with this project, it works brilliant.
I am looking for a way to merge given pdf files with an report, for example i will save 1 or 2 pdf-pages in the application like the images files and then have those pdf files appended to a report.
Is there a way to do this?
Regards Dirk
Hi Dirk,
merging pdf-files is not possible using PL-jrxml2pdf. This is because i'm not able to parse an existing PDF-document. You talk about images from the application..., can't you capture them as image-files, in this case a "merge" would be quite simple?
It is possible to merge PDF-files using some external library, e.g. iText can do you using, but i don't know the licensiong required for this.
Regards,
Andreas