Inkspan › Translate a PDF to German via API
Translate a PDF to German via API
Translate PDFs into German programmatically, returning translated text or a regenerated PDF.
Example
curl -X POST https://api.inkspan.dev/v1/translate \
-H "X-API-Key: ink_live_..." \
-F "file=@document.pdf" \
-F "target_language=German"
Why an API instead of building it
- No headless-browser infrastructure, fonts, or scaling to maintain.
- Usage-based pricing; free tier covers 100 documents/month.
- Extraction returns confidence scores so you never ship false-certain data.
Get a free API key →