amirdadp / pdfSplitter

A small CLI to split pdfs
MIT License
0 stars 0 forks source link

pdfSplitter

A small CLI (Originally a Bash script, now re-written in Go) to split pdfs using GhostScript with a more friendly experience. (I made this program to help me spliting assignment questions to submit to Crowdmark platform.)

Requirements

How to use

  1. Download the latest Release from the Releases tab.
  2. unzip the file and cd into the unzipped directory.
  3. Build from the source code
    $ go build main.go 
  4. The binary is ready, enjoy!

Guide