# conv2pdf > Online PDF conversion service: convert images and Office documents to PDF, and edit existing PDFs (merge, split, compress, rotate, add page numbers, watermark, protect, unlock). Free web tier (no signup) + B2B REST API. GDPR-strict, EU-hosted (OVH Gravelines), no result caching, no US tier in the processing chain. Historic brand active since January 2007. ## Web tools (free, no signup required) - [Image to PDF](https://conv2pdf.com/outils/image-vers-pdf/): JPG, PNG, WEBP, TIFF, GIF → PDF - [HEIC to JPG](https://conv2pdf.com/outils/heic-vers-jpg/): iPhone HEIC/HEIF → JPG (heif-convert decode + sharp re-encode, EXIF orientation applied) - [HEIC to PDF](https://conv2pdf.com/outils/heic-vers-pdf/): iPhone HEIC/HEIF → single-page PDF at native resolution - [Word to PDF](https://conv2pdf.com/outils/word-vers-pdf/): DOC, DOCX, DOCM, ODT, RTF, TXT → PDF (LibreOffice-rendered, layout-faithful) - [Excel to PDF](https://conv2pdf.com/outils/excel-vers-pdf/): XLS, XLSX, XLSM, ODS, CSV → PDF (column widths and formulas preserved) - [PowerPoint to PDF](https://conv2pdf.com/outils/powerpoint-vers-pdf/): PPT, PPTX, PPTM, ODP → PDF (1 slide per page, 16:9 or 4:3 preserved) - [Merge PDFs](https://conv2pdf.com/outils/fusionner-pdf/): combine up to 20 PDFs into one, in chosen order - [Split PDF](https://conv2pdf.com/outils/diviser-pdf/): extract pages or ranges (e.g. 1-5, 7, 10-12) - [Rotate PDF](https://conv2pdf.com/outils/pivoter-pdf/): rotate all pages by 90, 180 or 270° clockwise (additive); up to 2,000 pages - [Add page numbers](https://conv2pdf.com/outils/numeroter-pdf/): page numbers at bottom center/left/right, "n / total" or "n" only; up to 2,000 pages - [Compress PDF](https://conv2pdf.com/outils/compresser-pdf/): reduce file size up to 80%, quality adjustable (low/medium/high) - [Protect PDF](https://conv2pdf.com/outils/proteger-pdf/): AES-256 encryption with password + optional print/copy restrictions - [Unlock PDF](https://conv2pdf.com/outils/deverrouiller-pdf/): remove a known open password (qpdf --decrypt); the existing password is required, no cracking - [Watermark PDF](https://conv2pdf.com/outils/filigrane-pdf/): stamp a diagonal text watermark (e.g. CONFIDENTIAL) on every page; up to 2,000 pages - [PDF to Word](https://conv2pdf.com/outils/pdf-vers-word/): native (text-layer) PDF → editable DOCX; scanned PDFs go through OCR on the Premium plan - [PDF to Image](https://conv2pdf.com/outils/pdf-vers-image/): PDF → one PNG or JPG image per page at 150 DPI (PyMuPDF), delivered as a ZIP archive; up to 100 pages ## REST API (B2B) - [API Documentation](https://conv2pdf.com/api/): full reference with curl, Node.js, Python examples - Base URL: `https://api.conv2pdf.com/v1` - Authentication: `Authorization: Bearer cpdf_live_...` header (API key created from dashboard) - 14 of the web tools exposed over 5 public endpoints: `/v1/tools` (GET), `/v1/convert/:tool` (POST multipart), `/v1/download/:jobId` (GET), `/v1/job/:jobId` (GET status), `/v1/job/:jobId` (DELETE). Word, Excel and PowerPoint share a single `office-to-pdf` tool, and OCR is web-only - `/v1/share` and `/v1/share/:id/revoke` exist but are private (used by the web app, not part of the public contract) - [OpenAPI 3.0 spec](https://conv2pdf.com/openapi.json), [Postman collection](https://conv2pdf.com/conv2pdf.postman_collection.json), official PHP SDK `composer require conv2pdf/php` ([repo](https://github.com/jamalofski/conv2pdf-php)) - Conversions tracked per account (all keys share the plan quota); soft cap 110% included, hard cap beyond - Error codes 400/401/403/404/409/410/413/415/429/500 documented inline - File TTL: 1 hour, then auto-deleted; no result caching at any layer ## Pricing - [Pricing page](https://conv2pdf.com/tarifs/) - **Web Free**: 10 MB per file, 1 file at a time (2 for merge), 7-day link sharing - **Web Premium**: €4.99/mo or €39/year (35% off) — 200 MB per file, up to 20 files, scanned PDF → Word via OCR, priority queue, 30-day link sharing - **API Dev**: free, 300 conversions/mo - **API Starter**: €9 excl. tax/mo or €90/yr, 1,000 conversions/mo - **API Growth**: €29 excl. tax/mo or €290/yr, 5,000 conversions/mo (most popular) - **API Business**: €79 excl. tax/mo or €790/yr, 20,000 conversions/mo - **API Enterprise**: on quote — unlimited + SLA + IP allowlist + DPA + priority support ## Privacy & compliance - GDPR-strict: no result caching anywhere, all input and output files deleted after 1 hour TTL - EU-hosted (OVH Gravelines datacenter, France) - No US tier in the processing chain (no AWS/GCP/Azure) - HTTPS via Let's Encrypt, OVH Anti-DDoS at network level - DPA (Data Processing Agreement) provided on request for paid plans - [Privacy Policy](https://conv2pdf.com/legal/privacy/) - [Terms](https://conv2pdf.com/legal/cgv/) - [Legal Notice](https://conv2pdf.com/legal/mentions/) ## Languages - French (default): the URLs listed above are the canonical French pages — primary language, French brand since 2007 - English: `https://conv2pdf.com/en/` — translated mirror with English-localized slugs (e.g. `/en/tools/image-to-pdf/`, `/en/tools/merge-pdf/`) - `hreflang="x-default"` in the sitemap points to the French version ## Contact - Support email: contact@conv2pdf.com - Operated by Iris Digital (https://irisdigital.tech)