Multiple Fix and enhancement#75
Merged
claird merged 11 commits intoclaird:masterfrom Jun 21, 2020
pubpub-zz:master
Merged
Conversation
imports made local to have concurrent versions in parallel & upgrade version
fix regression since 1.27.0 in encoded stream loading and extraction of XRefStm and Prev in trailer
Provide capability to provide the filename/stream only when calling write
Provide capability to copy pages and objects from a reader into a writer. Provide also capability to copy a full reader into a writer
implement PageLabels functions both in Reader (get) and Writer (get/add/remove)
Create _rootObject in Reader to match Writer and also introduce a getIndirectionFunction on both Reader and Writer
Extend NamedDestinations to work with PDF 1.1 and 1.2+ with both get/insert/remove functions Also complete/fix some issues with outlines
Provide capability to work with non flatten pages organisation for bot insertion,get and remove page
implements functions to add comments to a Page
improve removeLinks into removeAnnots to be able to select which type of annots to remove removeLinks kept for compatility
Add 2 tests programs for test and demo about comments (merging comments and Listing them in an excel sheet)
claird
added a commit
that referenced
this pull request
Jun 21, 2020
claird
pushed a commit
that referenced
this pull request
Jun 21, 2020
claird
pushed a commit
that referenced
this pull request
Jun 22, 2020
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.
A few change proposal and 1 major fix (which was preventing file processing with this interim version whereas it was working in PyPDF4 1.27.
Mainly, Enhancements are providing:
Hope it will help to progress on this good library