Document Converters
PDF to Word converter
Upload a PDF and download a fully editable .docx file. The browser never talks to the conversion vendor directly: the file is streamed to a PHP proxy on this domain which attaches the private API key server side.
Frequently asked questions
- Is there a file size limit?
- The default Hostinger friendly limit is 20 MB per document. Raise upload_max_filesize in .htaccess if you need more.
- Are my files stored?
- Uploads are written to a temporary directory, streamed to the converter and unlinked in a finally block, so nothing is left on disk.