IdlePhysicist / pdf-split

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 63.3%Language:Shell 36.7%