HTML to PDF

Renda offers a host of transformation functions to support a variety of enterprise document output needs.

Transform HTML to PDF

With Renda' HTML to PDF transformation API - HTML output can be converted to PDF document. Optionally the PDF document can also password protected by using AES 256 encryption algorithm.

API calls are region specific. Please make sure you are subscribed to a specific region before making API calls.

Ping

GET https://api-<region>.renda.io/v2/ping/

This API perform a heartbeat check to verify if the configuration is all setup correctly from your application. Region specific URLs: Ireland(Europe): https://api-eu.renda.io/v2/ping North Virginia(US): https://api-us.renda.io/v2/ping Mumbai (Asia Pacific): https://api-apac.renda.io/v2/ping

Headers

{
    "message": "Renda.io ping Successful"
}

Generate PDF

POST https://api-<region>.renda.io/v2/generatePDF

This API enables conversion of HTML and text documents in PDF. Optionally the generated PDF can also be encrypted Region specific URLs: Ireland(Europe): https://api-eu.renda.io/v2/generatePDF North Virginia(US): https://api-us.renda.io/v2/generatePDF Mumbai(APAC):https://api-apac.renda.io/v2/generatePDF

Headers

Request Body

%PDF-1.4
%����
1 0 obj
<</Creator (Chromium)
/Producer (Skia/PDF m83)
........
....<PDF Content>...
.......
%%EOF

Last updated