An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Documents logo


Documents


Service stateless API for converting HTML documents to PDF.



Contributing

---
#

## 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`.


demo swagger docs

## Build

make image-release

## Badges

[![Travis CI](https://travis-ci.org/opsway/documents.svg?branch=master)](https://travis-ci.org/opsway/documents)
[![codecov](https://codecov.io/gh/opsway/documents/branch/master/graph/badge.svg)](https://codecov.io/gh/opsway/documents)
[![Go Report Card](https://goreportcard.com/badge/github.com/opsway/documents)](https://goreportcard.com/report/opsway/documents)