Detected Document Content Change
Hi,
Does anyone know if it's possible to check within an Adobe plug-in if the content of the selected document has changed? (e.g. Via Adobe Acrobat).
Essentially I want to be able to say:
-if document content changed, save using PDDocSaveWithParams (as it needs to save to a different folder etc..)
-else save using AVDocDoSave
*This is to get around an issue with using PDDocSaveWithParams with protected/secured documents.
