Nutrient

SDK

Cloud

Low-Code

Workflow

DOC to PDF API

Convert Microsoft Word DOC files into professional, print-ready PDFs with ease. No manual steps, no formatting headaches.

Fast, reliable conversion

Preserve layouts, fonts, tables, charts, and styles exactly as in the original file, whether it’s a document, spreadsheet, or presentation.

Automate with Zapier

No code required. Convert Microsoft Office files in Google Drive to PDFs using our Zapier integration. Perfect for automating document workflows.

Simple and transparent pricing

Select a package that suits your needs according to the number of credits you wish to spend. Each API tool and action has a specific credit cost.

Nutrient is used by

Try it out

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

1

Use Your Free API Calls

Sign up and receive 200 credits / month for free, or log in to automatically add your API key to sample code. If you are not sure how credits are consumed read more in our pricing documentation , or check out this guide on calculating credit usage.

2

Add a File

Add a DOC file named input.doc to your project folder. You can also use our sample file. The file name is case sensitive. Make sure the file name matches the file name in the sample code.

3

Run the Code

Copy the code and run it from the same folder you added the files to. For more information, see our language-specific getting started guides.

4

View the Results

Open result.pdf 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.pdf \
  --fail \
  -F file=@input.doc \
  -F instructions='{
      "parts": [
        {
          "file": "file"
        }
      ]
    }'
Using Postman? Check out our Postman collection and start using the API with a single click. Read more 

Your API key

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 API key and start making API calls.