How to suppress warning message when converting Pdf to Xml using Acrobat SDK InterApplication communication
I have a background service written in C# that converts Pdf to Xml using Acrobat SDK Interapplication communication approach.
The problem is for some PDF the acrobat application shows a warning message window before saving the converted XML.
In such scenario the user need to interrupt and close the window manually. As its a background service i need to handle this warning message window programmatically in code, but i didn't find any solution in Acrobat SDK documentation to handle this .
Below is the sample screen shot with warning message while converting PDf to Xml.

