Good day,
I have PDFs that I want to create, but rather than creating one PDF per record from a csv file,I'd like to create one PDF file with all the pages generated from a CSV.
My current talk code for one PDF per record is:
define(&pdfname, string, ('c:\\pdf\\' + trim(@(101,1,8) +'.pdf')))
showpdf(&pdfname,2,0,0)
How can I make this work where it goes to the next record in a loop until all of the CSV file is processed, so that Image creates one big PDF of all the pages needed?
Thanks for your assistance,
David Bruce