Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdee/pdf-cutter
Cuts and converts the provided PDF file
https://github.com/peterdee/pdf-cutter
pdf pdf-cutter pdf2pic pdfjs-dist
Last synced: about 2 months ago
JSON representation
Cuts and converts the provided PDF file
- Host: GitHub
- URL: https://github.com/peterdee/pdf-cutter
- Owner: peterdee
- License: mit
- Created: 2020-03-13T13:01:19.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-29T19:36:29.000Z (over 2 years ago)
- Last Synced: 2023-03-03T23:44:01.255Z (almost 2 years ago)
- Topics: pdf, pdf-cutter, pdf2pic, pdfjs-dist
- Language: JavaScript
- Homepage:
- Size: 33.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## PDF Cutter
Cuts and converts the provided PDF file into multiple image files.
### Deployment
Requires `ghostscript` and `graphicsmagick`:
```shell script
brew install graphicsmagick
brew install ghostscript
```Install the project:
```shell script
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:
```shell script
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](./LICENSE.md)