We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great package.
I am wondering if there is a way we can keep the fields editable after the output happens.
Right now, the PDF will save but when opening using Adobe Acrobat, you are unable to change the values that are in the PDF.
Is this something that can be done?
The text was updated successfully, but these errors were encountered:
After doing some research, I found that pdftk uses the flatten argument to make it non editable.
pdftk
flatten
This line here is what causes it to flatten. I have forked this repo and have removed this argument and it gives me my desired functionality.
Would be an interesting feature to have an argument where we can specify if we want it "flattened" or not.
Sorry, something went wrong.
No branches or pull requests
Great package.
I am wondering if there is a way we can keep the fields editable after the output happens.
Right now, the PDF will save but when opening using Adobe Acrobat, you are unable to change the values that are in the PDF.
Is this something that can be done?
The text was updated successfully, but these errors were encountered: