Skip to content

AlexanderColen/Command-Line-PDF-Utility-Suit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-Line-PDF-Utility-Suit

Command line PDF utility suit written in Python3.

PDF utility suit allowing easy merging, splitting and simple editing of PDF files.

To run the project, clone the repository or download the PdfEditor.py file from this project. It can be executed using Python3 by running: python3 PdfEditor.py <command>.

Available commands:

  • help - Display help with commands including example usage.
  • read - Displays metadata information about the PDF, including title, subject, author and page numbers. For reading the text of a PDF, use PDFMiner.
  • merge - Merges multiple PDF files in order together into one new PDF file.
  • split - Splits a PDF file into multiple files at certain pages.

Releases

No releases published

Packages

No packages published

Languages