PDF-to-WebP API for image conversion and rendering workflows

Use Nutrient DWS to convert PDF pages into WebP images when the workflow needs efficient rendered-image output instead of static PDFs. Start with a cloud PDF-to-WebP API built for previews, exports, web delivery, and image-based document workflows.

Convert PDF into WebP output

Use a PDF-to-WebP API when the workflow needs efficient rendered-image output for web delivery, previews, exports, and image-based document pipelines.

Built for API-driven rendering

Use REST, Postman, JavaScript, Python, Java, C#, PHP, or HTTP to automate PDF-to-WebP conversion inside rendering and export workflows.

Fast path from evaluation to implementation

Connect WebP rendering to getting started, pricing, and the broader image converter hub so teams can validate the right image output path quickly.


Try it out

This example will convert your uploaded PDF file to a WebP image.


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.webp to see the output.
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o image.webp \
--fail \
-F document=@document.pdf \
-F instructions='{
"parts": [
{
"file": "document"
}
],
"output": {
"type": "image",
"format": "webp",
"dpi": 500
}
}'

Start now

Create an account to access your API key and start with 50 free credits per month

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.