Scott Posted August 2, 2011 Share Posted August 2, 2011 I have a PDF file (a financial statement) for each record in my data. (201.pdf, 202,pdf... 215.pdf) Each of these PDFs is 8 pages. My template is an 8 page PDF with some static artwork. My data is just one field, simply the name of the PDF. (201, 202, ... 215) I need to merge these so each statement prints onto the static PDF. Is there a way to insert pdf pages (other than the first page) to pages of my template? thanks, Link to comment Share on other sites More sharing options...
jason312 Posted August 2, 2011 Share Posted August 2, 2011 try return '<graphic file="' + filename + '" pagenumber = "' + pagenumber + '" />'; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.