Convert to PDF is a REST API tool that accepts a wide range of file types as input and reliably converts each into a standardized PDF document.
Start right from your browser - upload files, choose parameters, generate code, and send API Calls directly from API Lab!
to receive your free API Key.curl -X POST "https://api.pdfrest.com/pdf" \ -H "Accept: application/json" \ -H "Content-Type: multipart/form-data" \ -H "Api-Key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
This one single tool will take just about any file you throw its way and convert the contents to a PDF document. Works with all of the following:
Fine-tune PDF output files and optimize for your specific use cases with adjustable parameters to support:
See documentation for full details
Api-Key
field with your unique API
Key
file
with the local path to your
input
curl -X POST "https://api.pdfrest.com/pdf" \ -H "Accept: application/json" \ -H "Content-Type: multipart/form-data" \ -H "Api-Key: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \ -F "file=@../Sample_Input/strawberries.jpg" \ -F "output=example_out"
tagged_pdf
parameter allows you to create a tagged PDF when converting a Microsoft Office file. A tagged PDF enables accessibility features in supported viewers.Create your FREE API Key to start processing PDFs in seconds, only possible with pdfRest.