Start exporting WebPage/HTML to PDF in 3 easy steps...
1
Select A Plan
Select one of our plans and sign up. Registered users can use RunPDF API to embad our service in their applications, view conversion statistics and more.
2
Get your Export key
Your account is assigned a unique export key. The key is available in the confirmation email and the Account Detail page.
3
Use API
In addition to the inline convertion, our Export API allow you to convert WebPages to PDF files with great ease, power and performance.
...Enjoy RunPDF Export Service!
RunPDF has a comprehensive suite of developer capabilities to help you create an HTML to PDF Export client that meets your specific needs.
There are two sets of API are available:
The Name-Value Pair (NVP) API provides parameter-based association between request and response fields of a message and their values.
The request message is sent from your website by the API, and a response (the PDF content stream) is returned by RunPDF Export web service using a client-server model in which your site is a client.
Client-Library is an applications programming interface (API) for use in writing client applications.
RunPDF Client-Library provides generic building blocks for constructing client requests.
Download Java client library:
runpdf-1.0-java.zip
Download C# client library:
runpdf-1.0-cs.zip
RunPDF Export Service HTTP Response Status Codes
Field |
Description |
500
|
Service is unavailable
Reason: The service is down or your application fails to connect RunPDF web service.
What to do: Verify your internet connection or try to connect later. If the error persists, contact our support.
|
610
|
Unexpected error
Reason: The application has unexpected error while processing your request.
What to do: Resubmit your request. If the error persists, contact our support.
|
620
|
Invalid input
Reason: Missing or invalid parameters: EXPORT_KEY , or both SOURCE_URL and SOURCE_HTML .
What to do: Verify the parameters and resubmit your request.
|
634
|
Service is suspended
Reason: Your service is suspended for 24 hours because your application has repeatedly violated 5 sec timeout rule or it has made multiple requests with invalid parameters ( EXPORT_KEY , SOURCE_URL , SOURCE_HTML ).
What to do: The service will be available in 24 hours after the violation.
|
630
|
Invalid RunPDF account
Reason: The account is cancelled, blocked or inactivated, or it has an excessive overuse of export credits.
What to do: If your account is inactivated for excessive export token overuse, it will be activated at the end of your monthly iteration. The date is available in the order details page.
|