Skip to content
New issue

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

Fix PDFWriter #41

Merged
merged 1 commit into from
Feb 22, 2023
Merged

Fix PDFWriter #41

merged 1 commit into from
Feb 22, 2023

Conversation

AleksandrTulenkov
Copy link
Contributor

Fixing this issue: PdfFileWriter is deprecated and was removed in PyPDF2 3.0.0. Use PdfWriter instead. #40

@betatim
Copy link
Owner

betatim commented Jan 25, 2023

Thanks for the PR! Can you please remove the unrelated changes (changing bookmark to outline item)?

@AleksandrTulenkov
Copy link
Contributor Author

Thanks for the PR! Can you please remove the unrelated changes (changing bookmark to outline item)?
It's also deprecated as I undestand.

Deprecated since version 1.28.0: Use add_outline_item() instead.

@thomaspingel
Copy link

Is there more left to do on this one? Happy to help.

@AleksandrTulenkov
Copy link
Contributor Author

Looks like issue solved as I wrote about changing bookmark to outline item it's the same old ver deprecated stuff

@betatim betatim merged commit ca6a662 into betatim:master Feb 22, 2023
@betatim
Copy link
Owner

betatim commented Feb 22, 2023

Merged. Thanks for the work, I hadn't seen your reply explaining the outline thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants