pdf-manipulator
v0.1.3
Published
pdf split and mask and other manipulation
Downloads
5
Readme
How to split pdfs
- install nodejs, choose right downloads for your os, like Windows Installer for windows.
- open terminal to switch to ticketTool folder and run
yarn install
- put your pdf into pdfs folder
- in terminal run
npm run split
, then you can find output in pdfs folder.
How to start
npm install -g yarn
, if you already have yarn, jump to next stepyarn install
Commands
yarn run test
, run test cases.- To run specified test case, you need change
test(xxx)
totest.only(xxx)
.test_split.js
is used to split pdf by page.test_split_highlight.js
is used to split page and remove the price.