PDF Transformation
Last updated
Was this helpful?
Last updated
Was this helpful?
The following API services are now available for PDF transformation.
Convert single and multi page PDF documents into static PNGs.
POST
https://api-eu.renda.io/converter/generateImage
This API enables conversion of PDF document into PNG Image.
A single page PDF will return PNG payload as a response.
A multi-page PDF will be transformed into multiple PNGs based on the number of pages in the PDF document. A zip archived payload of the PNGs will be returned as a API response.
Region specific URLs:
Ireland(Europe): https://api-eu.renda.io/converter/generateImage
x-api-key*
String
Renda API Key
Content-type*
String
multipart/form-data
pdfDocument*
File
PDF Document
Convert single and multi page PDF documents into printer friendly postscript document.
POST
https://api-eu.renda.io/converter/generatePostscript
This API enables conversion of PDF document into postscript document.
x-api-key*
String
Renda API Key
Content-Type*
String
multipart/form-data
pdfDocument*
File
PDF Document