Add read only option - #31
Open
imclean557 wants to merge 1 commit into
Open
Conversation
Open
imclean557
commented
Jun 5, 2020
Author
Example usage in a Drupal module: https://www.drupal.org/project/fillpdf_fpdm/issues/3146452 |
imclean557
commented
Jun 5, 2020
Author
Related issue: #2 |
imclean557
commented
Oct 28, 2020
Author
This is very minor yet very useful addition. Is there anything else which needs to be done to get this in? |
imclean557
commented
Nov 10, 2020
Author
There's a problem. This overwrites all other /Ff flags with the read only flag. Removing multiline, scrolling line etc. See; https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/pdf_reference_archives/PDFReference.pdf What should happen is fpdm should read the current /Ff flags for a field and add this to it for read only. |
imclean557
commented
Nov 11, 2020
Author
It might be better to have an option to set all /Ff flags directly so we can decide on a field by field basis. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add read only option for merging and setting the value of a field.