Api2Pdf
Connector for the api2pdf API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://v2018.api2pdf.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
chromefromurlget— GET /chrome/url — Convert URL to PDFwkhtmltopdffromurlget— GET /wkhtmltopdf/url — Convert URL to PDFzebraget— GET /zebra — Generate bar codes and QR codes with ZXING.chromefromhtmlpost— POST /chrome/html — Convert raw HTML to PDFchromefromurlpost— POST /chrome/url — Convert URL to PDFlibreconvertpost— POST /libreoffice/convert — Convert office document or image to PDF
Inputs
apiKey— your api2pdf API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: chromefromurlget
apiKey: <your key>