> Yes Russ thats correct but my issue is running the multiple query and > appending the pdfs > > I have an array of order numbers and I have to loop through each number and > to run the report that creates the pdf > when the pdf is created append it to the existing one if it exists and if not > create it until all the number have been queried. > > Its the looping and appending that is the cause of my problem - Do you know > how i can do this?
This isn't really specific to PDFs. You use CFOUTPUT and/or CFLOOP just like you would if you were going to output HTML. You can use CFDOCUMENTSECTION and CFDOCUMENTITEM to divide the dockets, handle page breaks, etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353138 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

