Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit PDF forms #2208

Merged
merged 3 commits into from
Aug 1, 2024
Merged

Submit PDF forms #2208

merged 3 commits into from
Aug 1, 2024

Conversation

liZe
Copy link
Member

@liZe liZe commented Jul 21, 2024

Allow submit buttons to send form content to given URL.

It currently works pretty well with Adobe Reader and Foxit. Other tested PDF open source renderers (including Poppler and browsers) don’t support the feature, there are related comments in their code.

Text included in the HTTP request (both name and value fields) only work with ASCII text. If anyone knows if it’s possible to handle Unicode, please add a comment!

Default selected radio buttons are not selected anymore with Adobe Reader. It’s probably a bug in Adobe Reader, as it works everywhere else, including Ghostscript!

Default rendering for form fields has been improved too.

Feedback is welcome!

@liZe liZe added the feature New feature that should be supported label Jul 21, 2024
@liZe liZe added this to the 63.0 milestone Jul 21, 2024
@liZe liZe merged commit 8b210bd into main Aug 1, 2024
13 checks passed
@liZe liZe deleted the forms branch August 1, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature that should be supported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant