Skip to content

igustin/splitpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

splitpdf

Shell script for spliting big PDF files

The purpose of this script of splitting big PDF files to smaller one based on number of pages per small file. Syntax:

./splitpdf.sh big.pdf

Script will show how many pages is in PDF file and how big is in MB, and ask for number of pages per small file.

Result of 25-page PDF file big.pdf splitted to 10-page files are:

big_1-10.pdf

big_11-20.pdf

big_21-25.pdf

About

shell script for spliting big PDF files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published