PDF-to-DOCX API

Convert PDF documents into fully editable Microsoft Word files using our PDF to DOCX API.

Preserve layout and formatting

Accurately convert text, headings, tables, and styles into Office format while maintaining the structure of the original PDF.

Automate with Zapier

Automatically convert PDF files in Google Drive to Office files using our Zapier integration. A no-code workflow to instantly create editable Word documents from PDFs.

Edit without starting over

Quickly edit or repurpose content from PDFs directly in Office files.


Try it out

This example will convert your uploaded PDF file to a DOCX.


Try it out in three steps

  1. Add a PDF file named document.pdf to your project folder.
  2. Run the code from the same folder.
  3. Open result.docx in your project folder to view the results.
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o result.docx \
--fail \
-F document=@document.pdf \
-F instructions='{
"parts": [
{
"file": "document"
}
],
"output": {
"type": "docx"
}
}'

Start now

Create an account to access your API key and start with 200 free credits

Start building with DWS Processor API in minutes — no payment information required.

Already have an account? Sign in →

Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.


Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.