react-pdf
react-pdf copied to clipboard
Downloaded pdf doesn't contain filled in values
Before you start - checklist
- [x] I followed instructions in documentation written for my React-PDF version
- [x] I have checked if this bug is not already reported
- [x] I have checked if an issue is not listed in Known issues
- [x] If I have a problem with PDF rendering, I checked if my PDF renders properly in PDF.js demo
Description
With renderForms set to true form fields are displayed properly. However after filling the form fields and downloading the pdf, the downloaded file doesn't contain any of the filled values.
Steps to reproduce
- Set renderForms to true in the PDF rendering configuration.
- Open the PDF and fill in the form fields.
- Download or save the filled PDF.
Expected behavior
The downloaded PDF should retain and display all the values filled into the form fields.
Actual behavior
The downloaded PDF does not contain any of the filled values; the form appears empty.
Additional information
No response
Environment
- Browser (if applicable):
- React-PDF version:
- React version:
- Bundler name and version (if applicable):
Can reference here https://github.com/wojtekmaj/react-pdf/issues/1776
I don't see how React-PDF could help here at this point as we have no download feature at all.