Save ONLY Custom Properties from Plugin - Acrobat SDK 9
I have a plugin that adds and removes custom properties to and from a PDF. After my plugin changes the custom properties, I want it to also save the PDF but I only want the custom properties portion of the document to be updated. The reason is that if the user has edited the PDF but not saved those changed then I don't want to force those changes to be inadvertently saved. In otherword, I need my changes to custom properties to be separate from the user's changes to the document or pages or other components (unless of course they just do a normal save, or edit properties and save, then it doesn't matter).
Is it possible to save ONLY the Custom Properites of the AVDoc from a plugin from SDK 9?
I can use AVDocDoSave to save the document entirely, and silently, but I'm afraid that will confuse users because it forces them to save their current work without realizing it and they may not have wanted that to happen.
Thanks
