SIMITGROUP / phpjasperxml

This is a php wysiwyg report library
BSD 3-Clause "New" or "Revised" License
44 stars 47 forks source link

How to add multiple report (xml) to one PDF #43

Closed 9haroon closed 5 years ago

kstan79 commented 5 years ago

You can initialize phpjasperxml multiple time either with loop or manually, then outpage(‘F’,$pathtopdf) file using parameter ‘F’ instead of ‘I’ (in-line). 2nd para is desired destination pdf file path you wish to store.

Then just use pdfconcat or etc tools to combine into one.

kstan79 commented 5 years ago

no reply, assume issue solved