pdf-api

command module
v0.0.0-...-a7ad8fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2024 License: MIT Imports: 6 Imported by: 0

README

pdf-api

Convert HTML to PDF with a single endpoint.

Install

Be sure to install wkhtmltopdf before using pdf-api.

Launch

$ PORT=3000 pdf-api

Endpoints

Generate
Arguments
(String) orientation: "[portrait|landscape]"
(String) url: ""
(String) html: ""

url or html are required

Request
GET /generate
?orientation=[portrait|landscape] &url=https://google.fr &html=<html>Hello</html>
Response
Error
{
  "msg": "error message"
}
Success

Your pdf file

Request
POST /generate
{
  "orientation": "[portrait|landscape]",
  "url": "https://google.fr",
  "html": "<html>Hello</html>"
}
Response
Error
{
  "msg": "error message"
}
Success

Your pdf file

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL