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, Quote 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 + '" />'; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.