Question
Saving while closing the document
I am trying to do one operation during pdf close and trying to persist it Using PDDocSave. The problem is all other unsaved things also gets saved due to this which I don't want. So is there a way to save only a particular change while closing? Or should I avoid save operation during the pdClose call back all togehter
