pdfRest.com | Get Started | API Lab | Explore the Toolkit | Solutions | Pricing | Documentation | Support
pdfRest is a professional-grade REST API Toolkit designed for developers who need to integrate high-quality PDF processing into web applications. Built on Adobe® technology, it allows you to rapidly deploy PDF capabilities in minutes.
- Python (PyPI): Install the pdfrest package via pip. View the Python Documentation.
- Docker: Pull images from pdfRest on Docker Hub.
- Postman: Fast-track testing with our Postman Collection.
Connect with AI solutions to automate complex PDF operations. For example, pdfAssistant.ai uses this API to provide an intelligent, chat-based PDF processing interface.
- Get an API Key: Register for a free account to receive your key (includes 100 free monthly calls).
- Clone this Repo: Use the code samples in this repository to see how to submit requests programmatically.
- Configure Samples:
- Find the comment:
Place your api key here - Replace
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxwith your actual key.
- Find the comment:
Each directory contains a get-resource sample. When you perform a POST call, the API returns a UUID for your file. Replace xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx in the sample with your specific UUID to download the output.
To delete sensitive files immediately after processing, edit the sample file and set its local deletion flag to true. This is disabled by default.
- JavaScript: Change
const DELETE_SENSITIVE_FILES = falsetotrue - Python: Change
DELETE_SENSITIVE_FILES = FalsetoTrue - PHP: Change
$DELETE_SENSITIVE_FILES = falsetotrue - .NET (C#): Change
var deleteSensitiveFiles = falsetotrue - Java: Change
final boolean DELETE_SENSITIVE_FILES = falsetotrue - cURL: Uncomment
# DELETE_SENSITIVE_FILES=true
After you have successfully sent an API Call using these examples, take a look at the API Reference Guide for a full description of each endpoint and parameters you can adjust to customize your solution.
Need help? Contact us through our Support form and our team will assist you.
