https://github.com/aodin/go-pdf-server
Serve a dynamically generated PDF using wkhtmltopdf
https://github.com/aodin/go-pdf-server
Last synced: 2 months ago
JSON representation
Serve a dynamically generated PDF using wkhtmltopdf
- Host: GitHub
- URL: https://github.com/aodin/go-pdf-server
- Owner: aodin
- License: mit
- Created: 2015-10-14T03:29:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T23:52:22.000Z (about 7 years ago)
- Last Synced: 2025-01-21T08:29:58.535Z (4 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-pdf-server
Serve a dynamically generated PDF using wkhtmltopdf### Install
The [wkhtmltopdf](http://wkhtmltopdf.org/) command must be installed locally.
### Run
Run the server - it defaults to port 8081. Any route given will be used by the template to produce a PDF.
- aodin, 2018