Fix "PdfWriter' object has no attribute 'append'"#1494
Closed
olsonperrensen wants to merge 1 commit intopy-pdf:mainfrom
olsonperrensen:patch-1
Closed
Fix "PdfWriter' object has no attribute 'append'"#1494olsonperrensen wants to merge 1 commit intopy-pdf:mainfrom olsonperrensen:patch-1
olsonperrensen wants to merge 1 commit intopy-pdf:mainfrom
olsonperrensen:patch-1
Conversation
Fix "PdfWriter' object has no attribute 'append'" Use PdfMerger instead.
Member
|
Uh damn, I think the issue here is that the |
Member
|
We should link "stable" instead of "latest" in the README: https://pypdf2.readthedocs.io/en/stable/user/merging-pdfs.html @olsonperrensen Do you want to do that? (the file you've edited was fine; it was done with #1371 on purpose - we can hopefully soon get rid of PdfMerger) |
Contributor
Author
|
Sure! I assume the 'Website' hyperlink should also be changed on the 'Edit repository details' right tab? |
Member
|
Thanks for taking care of the issue in #1371!
I'm not sure what you mean 😅 |
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.
Fix "PdfWriter' object has no attribute 'append'"
Use PdfMerger instead.