Skip to content

IdlePhysicist/pdf-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF Split

IdlePhysicist, 2019

Installation

Run the install script

chmod +x install.sh
./install.sh

The program is essentially a middleman between you and GhostScript. All it does is take your command arguments and pass them into a long string of args to GhostScript.

Usage

  • Range of pages:

Args: <filename> -r <start page>-<end page>

$ pdfsplit aipy.pdf -r 10-18
  • Individual pages:

Args: <filename> -i <number of pages>

$ pdfsplit aipy.pdf -i 10

About

Simple script to split a pdf by a range of pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published