The PDF conversion API, hosted in France
Add PDF conversion, merging, compression and protection to your applications. A direct contact, not a ticket number.
Six endpoints, all your PDF tools
The REST API exposes the site's tools to your applications, from a single authenticated HTTP request:
- Image → PDF (JPG, PNG, WEBP, TIFF, GIF, BMP)
- Office → PDF (Word, Excel, PowerPoint and open formats)
- Merge several PDFs into one document
- Split a PDF by page number
- Compress with three quality levels
- Protect with a password, AES-256 encryption
Why the conv2pdf API?
A direct contact
You write to a person who knows the service and replies. No anonymous queue, no forgotten ticket.
Hosting in France
Processing on OVH servers in Gravelines, no US tier in the chain.
GDPR compliant
Your files are deleted after one hour, with no result caching. Data processing agreement available on request.
Free to start
The Dev plan includes 300 conversions per month, no credit card. Move up a plan as your volumes grow.
A single call is enough
Authenticate your request with your key, send your file, retrieve the PDF. Here is an image conversion in curl:
curl -X POST https://api.conv2pdf.com/v1/convert/image-to-pdf \
-H "Authorization: Bearer cpdf_live_xxx" \
-F "file=@photo.jpg"