Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 589 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 589 Bytes

PDF Cutter

Cuts and converts the provided PDF file into multiple image files.

Deployment

Requires ghostscript and graphicsmagick:

brew install graphicsmagick
brew install ghostscript

Install the project:

git clone https://github.com/peterdee/pdf-cutter
cd ./pdf-cutter
nvm use 16
npm i

Usage

Run the following script inside of the project directory:

npm start ~/path/to/file.pdf

A new directory with the results of conversion is going to be created (named after a file)

License

MIT