Simple-PDF provides an easy and secure way to manage PDF files directly in your browser.
You can merge PDF files, reorder and resize pages, insert images on any device in 5 languages.
Use it here now in English, German, French, Russian or Chinese: https://richard-llmnn.github.io/Simple-PDF
It is written in JavaScript and utilizes pdf.js and pdf-lib.
Command | Documentation |
---|---|
npm run build-dev | Bundle the program with webpack in dev mode (sourcemaps, not minified, ...) |
npm run build-prod | Bundle the program with webpack in prod mode (minified, ...) |
npm run serve | Serve the program with webpacks webserver (automatic rebuilding) |
npm run format | Format source files in src/ directory with prettier |
npm run deploy | Deploy current version of branch master to github pages |
- Checkout to branch
master
and pull the latest version - Set new version in
package.json
file - Run
npm install
- Commit and push updated
package.json
andpackage.lock
file - Run
git tag "[package.json verion here]"
and thengit push --tags
- Run
npm run deploy