Skip to content

whchun/pdf-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdf-util

PDF utility.

Prerequisite

Install the requirements prior to using the script.

pip install -r requirements txt

Split

  1. Use command to start the process.
python main.py split --input-file="my/input/file.pdf"

It will ask to put the page range. Use any page you wish to put in which can be a single or multiple page(s). For example, 1, 5-10, 11 will take page 1, 5-10, and 11 and put it in output file specified in the prompt. If output file is not specified, it will save in output.pdf under the same directory this script is running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages