0.1.3 • Published 8 years ago
pdf-manipulator v0.1.3
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.jsis used to split pdf by page.test_split_highlight.jsis used to split page and remove the price.