Skip to main content
Participating Frequently
April 6, 2026
Question

Saving while closing the document

  • April 6, 2026
  • 0 replies
  • 6 views

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