I am working on a script that creates PDFs by taking a single page PDF template, uses ClonePage to append it to a new gdPDF and draws some text and a barcode on the page (then repeats for each record in the datatable passed in). Currently I have tested it for a few dozen records, but I know some users are going to need to go big (like a few thousand pages). Are there any limits in gdPicture that I should be aware of when building these large PDFs? Is it strictly memory bound? I assume the entire PDF will be in memory as it's being built, right? The server this script will run on typically has 4-5GB of free memory on average (out of 12GB total)...but I was just curious what I should possibly watch for when trying to scale this script.
Thanks,
Bryan
