Skip to content
Discussion options

You must be logged in to vote

Phew, that's difficult. I don't want to go into this rabbit-hole. I understand the use-case, but I'm afraid implementing your feature breaks other developers' applications. Plus, implementing [(formData)] wasn't easy, so I don't want to add additional complexity.

My recommendation is to modify the PDF document so that the field names are unique.

If that's not an option, you can analyze the DOM. The PDF viewer renders editable form fields as <input> fields. The field names and ids tend to be cryptic, but I believe they are derived from the field names in the PDF field, so I guess you can fix this when creating the PDF file. Once you've got the field, you can insert the text programmaticall…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hagealex
Comment options

Answer selected by hagealex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request wontfix This will not be worked on user support You've got a question, or a misconfiguration, or simply need a hint how to get things up and running
2 participants