GIF-to-PDF API for animated and static image conversion

Use Nutrient DWS Processor API to convert GIF image files into PDF output for document packaging and archival workflows. Start a free trial, test with Postman, and move to production with credit-based pricing.

GIF format support

Convert GIF images — both animated and static — to PDF for archival, packaging, and document assembly workflows.

API-first integration

Use REST, Postman, curl, JavaScript, Python, Java, C#, PHP, or HTTP to automate conversion inside larger document processing pipelines.

Part of the DWS Processor platform

This conversion is one action in the DWS Processor API. Combine it with other conversions, OCR, extraction, and editing in a single request.

Used by Lufthansa, Disney, Autodesk, UBS, Dropbox, IBM
Lufthansa
Disney
Autodesk
UBS
Dropbox
IBM

Try it out

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


Try it out in three steps

  1. Add an GIF file named document.gif to your project folder.
  2. Run the code from the same folder.
  3. Open result.pdf to see the output.
curl -X POST https://api.nutrient.io/processor/convert_to_pdf \
-H "Content-Type: application/octet-stream" \
-H "Authorization: Bearer your_api_key_here" \
-o result.pdf \
--fail \
--data-binary @document.gif

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 →

API comparison

BASIC

Convert to PDF API

Straightforward API for converting to PDF. Perfect for most use cases.


FEATURES

  • Simple request format
  • Minimal configuration required
  • Purpose-built for specific tasks
ADVANCED

Build API

Maximum flexibility and advanced features for complex workflows.


FEATURES

  • Multipart document support
  • Advanced actions and transformations
  • Workflow orchestration

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.

Frequently asked questions

How do I convert a GIF to PDF with the API?

Send your GIF file to the Nutrient DWS Processor API over a REST request and the API returns a PDF. Add a GIF named document.gif to your project, run the sample code above (curl, JavaScript, Python, Java, C#, or PHP), and open the resulting result.pdf. See the getting started guide for API key setup.

What output formats does the API produce?

The GIF-to-PDF action outputs a standard PDF. Because it runs on the DWS Processor API, you can chain additional actions in the same request — for example, producing an ISO-compliant PDF/A file for long-term archiving.

Is there a free tier or trial?

Yes. You can sign up for Nutrient DWS for free and receive monthly API credits to test GIF-to-PDF conversions before choosing a plan — no infrastructure or credit card required. See Processor API pricing for credit details.

Which languages and SDKs include this endpoint?

GIF to PDF is part of the REST-based DWS Processor API, so you can call it from JavaScript, Python, Java, C#, PHP, or plain HTTP rather than installing a language-specific SDK. A Postman collection is available for the fastest first request.

Can I convert GIF files in batch?

Yes. You can automate high-volume GIF-to-PDF conversion by calling the API from your own workflows. Combine it with other conversions, OCR, and editing in a single Processor request. For broader image conversion across formats, use the image-to-PDF API.


Ready to try it?

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