Print you markup to pdf
Create beautiful .pdf files direct from your HTML markup via the google chrome printing engine.
[POST] /api/v1/pdf
To get a .pdf file execute a POST request to https://print.squibble.me/api/v1/pdf
with your public reachable markup in the pdf[url] post body.
- pdf[url]*
- Define the url which should be downloaded and stored in a .pdf
- pdf[filename]
- Define the filenamee for this file. By default we'll take the html title property.
[POST] /api/v1/pdf/markup
To get a .pdf file execute a POST request to https://print.squibble.me/api/v1/pdf/markup
with your markup in the pdf[markup] post body.
- pdf[markup]*
- Define HTML markup which should be used in the .pdf. All paths to assets should be absolute.
- pdf[filename]
- Define the filenamee for this file. By default we'll take the html title property.