We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attached is an update suggestion as txt. Thanks for the great tool I wish I looked for it earlier.
PyPDF2 changes w/ respective lines: PdfFileReader -> PdfReader 18 reader.getPage(pageNumber) -> reader.pages[page_number] 29, 33, 42 extractText -> extract_text 25 addPage -> add_page 43 reader.numPages -> len(reader.pages) 32, 40
Python3.12 change 26 SyntaxWarning: invalid escape sequence '\s' https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes 2nd bullet point
pdf_trimmer.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attached is an update suggestion as txt. Thanks for the great tool I wish I looked for it earlier.
PyPDF2 changes w/ respective lines:
PdfFileReader -> PdfReader 18
reader.getPage(pageNumber) -> reader.pages[page_number] 29, 33, 42
extractText -> extract_text 25
addPage -> add_page 43
reader.numPages -> len(reader.pages) 32, 40
Python3.12 change 26
SyntaxWarning: invalid escape sequence '\s'
https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes
2nd bullet point
pdf_trimmer.txt
The text was updated successfully, but these errors were encountered: