Execute button in a pdf form #2569
slimbeji-pb
started this conversation in
PDF Format Questions
Replies: 1 comment
-
first your PDF file relies on XFA forms. codes are javascript that can not be executed by pypdf. I Convert this as a discussion for knowledge |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Explanation
Hello,
I am exploring how to populate a pdf form using pypdf. The pdf form I am working on is the following one:
https://www.uspto.gov/sites/default/files/patents/process/file/efs/guidance/updated_IDS.pdf
It is used for patent applications.
Reading the docs I managed to fill some fields like so:
Code Example
Request
What I didn't figure out yet is how to execute the "Add" Button so I can add more rows and more fields using pypdf.
For example how to "click/execute" the button
us-ids[0].sffoot[0].addbtn[0]
. How can I generateus-ids[0].sfpatitemflow[0].patItemsf[1]
fields ?Beta Was this translation helpful? Give feedback.
All reactions