https://github.com/born2snipe/pdf-watcher
https://github.com/born2snipe/pdf-watcher
cli html java pdf
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/born2snipe/pdf-watcher
- Owner: born2snipe
- License: other
- Created: 2016-11-10T12:45:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T03:06:27.000Z (over 9 years ago)
- Last Synced: 2025-05-15T17:50:56.277Z (about 1 year ago)
- Topics: cli, html, java, pdf
- Language: Java
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/born2snipe/pdf-watcher)
A simple CLI that will generate a PDF from HTML using the library [Open HTML to PDF](https://github.com/danfickle/openhtmltopdf/).
The current supported commands:
- `generate` - a one off command that will do as described, generate a PDF from the provided HTML
- `watch-and-regenerate` - using the lib [rxjava-file-utils](https://github.com/ReactiveX/RxJavaFileUtils) allows watching a directory for changes
and will regenerate the PDF as the source file changes.