-
Notifications
You must be signed in to change notification settings - Fork 66
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
Need Readonly PDF #2
Comments
I was looking for the very same thing. Currently I am using FPDI to do this, but the problem is that when you change the form, you have to painstakingly go through the coordinates. Being able just to pass an array and have it produce an uneditable file would be great. |
Same problem here, some solution for that? |
All that's needed is a flag added to the field: There's a lot of repeated code for calculating the offset which could probably be consolidated into a single method. But for this feature, would it be enough to be able to pass a "read_only" option when merging or setting a field's value? |
Adding support in the linked PR might help move things along. Does it work for you? |
I was able to accomplish this simply by using readonly pdf form. Don't know your exact usage and process, but give it a try, maybe it will work for you too |
Hello Team,
Your code and this library is perfect and awesome - I really liked it.
But I have only one concern - once the data is merged into the PDF - I want the final PDF but not in Editable mode.
Is it possible? If Yes then please let me know how.
Really Appreciate your earliest reply.
Thank you.
The text was updated successfully, but these errors were encountered: