utiliPy-scripts
utiliPy-scripts copied to clipboard
Collection of Utility Python Scripts to automate mundane tasks & to do cool stuff
~The original is also 1085 pages long~ Update: THE ORIGINAL IS ACTUALLY 1125 PAGES LONG. Didn't work as expected but did do something [AI_Merged.pdf](https://github.com/jaladh-singhal/utiliPy-scripts/files/7776714/AI_Merged.pdf)
It turns out that with the update in PyPDF2 library, PDF Trimmer is broken. I added a simple workaround in the README.md file for the PDF Trimmer, should you wish...
The current version of PyPDF2 does not support some methods like `PdfFileReader()` anymore. Replaced all deprecated methods that prevented the script from running
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) ->...
pdf_trimmer script had many deprecated functions which no longer work. Updated those to their latest names using PDFReader.