Hello all and happy holidays!
I’ve been tinkering with DynaPDF and I’ve got a rather fundamental question on how it works:
I’ve come to understand that there’s no such thing as opening an existing PDF file and manipulating its contents and then saving changes in this same file. It rather starts a new PDF file, imports the contents of the existing file, does all the work in there and then saves to the new file. If you want it to look as if you were doing the changes to the original file, you need to overwrite the original with the new file.
Is this description accurate, or am I missing something here?
Thanks!