Is it possible to edit, or just add to an existing PDF?
Here is my scenario: I have a PDF which I create with, for example, an empty box drawn at a specific x,y coord. I then want to generate a PDF which will consist of the existing PDF with some dynamic data placed into that box.
For example, have a PDF print with our monthly sales sheet - this can be a long document and contains a lot of data from our database (item #s, prices, etc). However, for that entire month I want to print a dynamic invoice number in the top right corner of each page of that existing document to allow our sales people to generate their invoices on demand and without hogging too many server resources.
I see that I can load a PDFDocument using an existing PDF -- but can I then add new objects to that PDF?
tia
s