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

Update merge_pdfs.py #194

Merged
merged 2 commits into from
Feb 10, 2023
Merged

Update merge_pdfs.py #194

merged 2 commits into from
Feb 10, 2023

Conversation

kmlr81
Copy link
Contributor

@kmlr81 kmlr81 commented Feb 10, 2023

Switched from using PdfFileMerger (deprecated) To PdfMerger as recommended in PyPDF2 version 3.0.0 and above. PdfFileReader was switched to PdfReader for the same reason.

Switched from using PdfFileMerger (deprecated) To PdfMerger as recommended in PyPDF2 version 3.0.0 and above. PdfFileReader was switched to PdfReader for the same reason.
Added lower boundary for pypdf2 version to make sure PdfReader and PdfMaker classes work as used in merge_pdfs.py
@msbentsen msbentsen changed the base branch from main to dev February 10, 2023 13:16
@msbentsen msbentsen merged commit 58b3b4f into loosolab:dev Feb 10, 2023
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.

2 participants