https://github.com/opsway/documents
Service stateless API for converting HTML documents to PDF
https://github.com/opsway/documents
api go golang html opsway-opensource pdf
Last synced: about 1 year ago
JSON representation
Service stateless API for converting HTML documents to PDF
- Host: GitHub
- URL: https://github.com/opsway/documents
- Owner: opsway
- License: mit
- Created: 2019-02-05T15:43:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T02:19:59.000Z (over 3 years ago)
- Last Synced: 2025-04-01T10:35:18.296Z (about 1 year ago)
- Topics: api, go, golang, html, opsway-opensource, pdf
- Language: Go
- Homepage: https://github.com/opsway/documents
- Size: 127 KB
- Stars: 25
- Watchers: 7
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- License: license
- Code of conduct: .github/code_of_conduct.md
- Roadmap: roadmap.md
Awesome Lists containing this project
README
Documents
Service stateless API for converting HTML documents to PDF.
---
#
## Quick start
Open a terminal and run the following command:
docker run --rm -p 8515:8515 -v template:/app/templates quay.io/opsway/documents
The API is now available on your host at `http://localhost:8515`.
## Build
make image-release
## Badges
[](https://travis-ci.org/opsway/documents)
[](https://codecov.io/gh/opsway/documents)
[](https://goreportcard.com/report/opsway/documents)