HelloPDF Public API Documentation
Introduction
HelloPDF's API enables developers to convert WebPage's/URL's, HTML, and MHTML to PDF's in real time.
Authentication
You can authenticate with the API by passing your API Token in the token
query parameter.
Error Codes
The API only returns 200 SUCCESS
, 400 INVALID PARAMETER
, and 500 SERVER ERROR
HTTP codes.
If you encounter an HTTP 500 Response please contact support@lynndigital.com.
Rate limit
We do not limit concurrent calls. Your "Max Monthly Conversion Time" is determined by your subscription. Please visit https://www.hellopdf.co/account for more information.
GEThttps://hellopdf.co/api/pdf
WebPage/URL to PDF
The headerTemplate
and footerTemplate
markup have the following limitations:
- Script tags inside templates are not evaluated.
- Page styles are not visible inside templates
See the "Store in S3" page to view the API response when using the store
field.
*
= Optional Requirement
All query parameters prefixed by [PRO] are optional and require a Pro or Business subscription to use.
GEThttps://hellopdf.co/api/pdf - (Store in S3)
Convert a WebPage to a PDF then save to AWS S3.
The headerTemplate
and footerTemplate
markup have the following limitations:
- Script tags inside templates are not evaluated.
- Page styles are not visible inside templates
Any grey fields are optional. All query parameters prefixed by [PRO] require a Pro or Business subscription to use.
POSThttps://hellopdf.co/api/pdf/raw
HTML to PDF