Hi,
Please help!!!
For few Dynamic PDF forms the "PDDocGetFlags(PDDoc)" returns zero even though the current active dynamic PDF form has updated. So my plugin is not able to save the current active updated dynamic PDF form
In my plugin, I am saving the current active dynamic PDF form if it has updated.
I am using "PDDocGetFlags()" to identify whether the contents of current dynamic PDF form has updated or not. If "PDDocGetFlags()" returns non-zero then i am saving this current active Dynamic PDF form using "AVDocDoSave()" API. But if "PDDocGetFlags()" returns zero then I am not saving this current active dynamic PDF form. Which is causing the issue.