PDA

View Full Version : Xaction mergin pdf's



rhaces
09-02-2010, 12:57 PM
Hi, I have 3 reports (prpt) that have pdf as the output, and I really need to save them in a signle pdf. My question is, is there a way of:
1) Merge 3 report output into one
2) Merge 3 pdf into one

I'm thinking I could do this with subreports, but I need a way on making this prpt's a subreport of an aditional prpt. I'm posting my question in the Reporting forum: http://forums.pentaho.com/showthread.php?78176-SubReport-question

Thanks

wselwood
09-03-2010, 04:49 AM
You might be able to do some thing with the javascript step and calling Java code to get access to the itext libs which make it pretty simple to join PDFs together.

Not sure if there is a better way. The sub-reports way is probably what I would try first though.

Good luck

Wil