Merged
Conversation
Member
Author
|
@pubpub-zz @MasterOdin I'd be curious to hear your opinion on this :-) |
pubpub-zz
approved these changes
Mar 25, 2023
Collaborator
pubpub-zz
left a comment
There was a problem hiding this comment.
globally it sound good
| meta/project-governance | ||
| meta/history | ||
| meta/CONTRIBUTORS | ||
| meta/scope-of-pypdf |
Collaborator
There was a problem hiding this comment.
I do not see other pages where such information could be added, however I would have raised this into user guide section: inhere the "standard" users may not read it.
| * The task needs in-depth knowledge of the PDF format | ||
| * It currently requires a lot of code or even is impossible to do with pypdf | ||
| * It's neither mentioned in "belongs in user code" nor in "out of scope" | ||
| * It already is in the issue list with the [is-feature tag](https://github.com/py-pdf/pypdf/labels/is-feature). |
Collaborator
There was a problem hiding this comment.
It might be interresting also to add ref to the roadmap and requested feature thread
Member
Author
There was a problem hiding this comment.
I've just linked the moonshot extensions. Is this what you were thinking about?
Co-authored-by: pubpub-zz <4083478+pubpub-zz@users.noreply.github.com>
MartinThoma
added a commit
that referenced
this pull request
Mar 26, 2023
Security (SEC): - Use Python's secrets module instead of random module (#1748) New Features (ENH): - Add AnnotationBuilder.highlight text markup annotation (#1740) - Add AnnotationBuilder.popup (#1665) - Add AnnotationBuilder.polyline annotation support (#1726) - Add clone_from parameter in PdfWriter constructor (#1703) Bug Fixes (BUG): - 'DictionaryObject' object has no attribute 'indirect_reference' (#1729) Robustness (ROB): - Handle params NullObject in decode_stream_data (#1738) Documentation (DOC): - Project scope (#1743) Maintenance (MAINT): - Add AnnotationFlag (#1746) - Add LazyDict.__str__ (#1727) [Full Changelog](3.6.0...3.7.0)
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 free
to 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.
We get several requests that are out of scope:
This document should help to guide users if/why their request is out of scope. When we see an out-of-scope request we can point to this doucment.