I am printing reports using odt with xdocreport in Java.
But now I want to print multiple reports of same document in a single pdf file using xdocreport.
Can any one can tell how to generate multiple reports in a single pdf file
I am printing reports using odt with xdocreport in Java.
But now I want to print multiple reports of same document in a single pdf file using xdocreport.
Can any one can tell how to generate multiple reports in a single pdf file
You could use PDFBox and it's
PdfMergerUtility
class. Something like this.