The PDF conversion API, hosted in France
14 PDF conversion and manipulation tools, from your applications. DPA provided, no non-EU service.
Convert a PDF in three lines
- Get your key Magic link by email, no password and no credit card — 30 seconds. Create my key
- Paste it into the request
curl -X POST https://api.conv2pdf.com/v1/convert/pdf-to-word \
-H "Authorization: Bearer your_key" \
-F "file=@report.pdf"
The response returns a download_url: fetch the file with GET /v1/download/{jobId}.
Developer resources
- Official PHP SDK:
composer require conv2pdf/php(repo and examples). - Full documentation — endpoints, per-tool fields, error codes, curl / Node / Python / PHP examples.
- OpenAPI 3.0 specification — to generate a client in another language orimport it into your tool (Swagger, Insomnia…).
- Postman collection — import it, set your key, convert in a minute.
14 tools, one endpoint
POST /v1/convert/{tool} exposes every tool from the site: convert to PDF (image, HEIC, Word, Excel, PowerPoint), from PDF (Word, image), merge, split, compress, rotate, add page numbers, watermark, protect and unlock with a password. Up-to-date machine list: GET /v1/tools.
Built for French requirements
Hosting in France
Processing on OVH servers in Gravelines. No US service, no transfer outside the EU, no Cloud Act.
Compliant by design
Files deleted after one hour, no result caching. DPA provided — useful if you must provide one to your own clients.
A direct contact
You write to a person who knows the service and replies. No anonymous queue, no forgotten ticket.
Free to start
The Dev plan includes 300 conversions per month, no card. Move up a plan as your volumes grow.