Parsing Widget Names with Python

Product: PDFNetPython3

Product Version: 9.1.0

Please give a brief summary of your issue:

Hello,

I would like to parse the annotations with widgets inside a pdf document by name in order to update the name of a widget given a specific case. I am able to get the annotations however am having a hard time finding what method I need to use in order to grab the widget name for an annotation. I’m also assuming that I can use PutName to update the widget name?

Best,

Mason

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:Forums:

Was able to solve this using the doc.GetFieldIterator() method.

1 Like