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

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

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