Copy link to clipboard
Copied
Hello,
I am trying to programmatically determine if an XFA file is static or dynamic. I can convert the files to xml but I do not know what the flag to check for is.
Thanks
Copy link to clipboard
Copied
Read the documentation of the XFA object in the Acrobat JS API Reference file. There's an example there of exactly that.
Copy link to clipboard
Copied
I'm doing this in C#, that's why I need a string I can search for in the XML
Copy link to clipboard
Copied
Try the Acrobat SDK forum, then.
Copy link to clipboard
Copied
And make sure to mention what language you're using...
Copy link to clipboard
Copied
You just have to read the XFA specification, suss out the schema, and use an XML parser to check. Conceivably you can take shortcuts, but the place to start is the XFA specification. I think it may be optimistic to think someone here has already done the research on this...
Find more inspiration, events, and resources on the new Adobe Community
Explore Now