Skip to content

Pdf manipulation script written in python (work in progress)

License

Notifications You must be signed in to change notification settings

shovon382/pdf-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Script To Manipulate Pdf (WIP)

Requirements

  • Python3 installed

Setup

  • pip3 install -r requirements.txt

Available options for now

$ python pdf-tools.py
usage: pdf-tools.py [-h] [-d {even,odd}] [-i FILENAME] [-o FILENAME] [-e FOLDERNAME]

PDF tools written in python with PyPDF2...

options:
  -h, --help            show this help message and exit
  -d {even,odd}, --delete {even,odd}
                        Delete every even or odd number pages
  -i FILENAME, --input FILENAME
                        Enter target pdf name
  -o FILENAME, --output FILENAME
                        Enter new pdf name
  -e FOLDERNAME, --export FOLDERNAME
                        Export each page separately to given folder

About

Pdf manipulation script written in python (work in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages