Get pdf bytes from blob after filling out PDF form fields (editable PDF) #1311
Unanswered
sandeep2244
asked this question in
Q&A
Replies: 1 comment
-
It is possible |
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.
-
Is it possible with this library to allow the user to edit form fields in a PDF, then instead of downloading the modified file, export it as a blob so that it can be uploaded to a server.
Implemented solution as below.
Load PDF in iframe as blob URL. (done)
Edit PDF (done)
Get Edited PDF with value in bytes array to sent it to server.
I tried to get it from blob but its not updated PDF.
Appreciate any help.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions