Skip to content

w2ting/PDF-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

These are pdf tools for splitting or merging PDF files. Code was generated via ChatGPT AI. No personal data is stored in the cloud. PyPDF2 library is required to run the script.

======== pdf tool.py

  1. Split a specific page range
  2. Merge multiple PDFs
  3. Remove pages
  4. Rotate pages
  5. Password-protect a PDF
  6. Extract text from a PDF

========

pdf merger.py

  1. You provide the folder path containing PDFs.
  2. Script finds every .pdf file inside that folder.
  3. Files are merged alphabetically (so rename your PDFs if you need a specific order).
  4. A single merged file is created.

========

pdf shrink.py

  1. Reads all PDFs in a folder
  2. Compresses each using Ghostscript
  3. Saves compressed files to a separate folder
  4. Leaves originals untouched

========

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages