---
title: "Convert File to PDF"
method: POST
path: "/sign/conversions"
tags: ["Sign"]
deprecated: true
---

# Convert File to PDF

`POST /sign/conversions`

> **Deprecated.**

*This endpoint was deprecated* on March 24, 2026, and will be sunset on July 1, 2026. Please migrate your existing functionality to the current endpoint:
https://developers.gonitro.com/docs/api-reference/sign/create-document-by-envelope-id , which already supports multiple file types.

The **Convert File to PDF** endpoint transforms various file formats into PDF documents for use with the Nitro Sign API.

  ### Input files
  Supported input document types and formats:

  | Document Type | Formats |
  |---------------|---------|
  | Doc | .doc, .docx, .dot, .xml, .docm, .dotx, .dotm, .rtf |
  | Excel | .xlsx, .xls, .xlt, .xlsm, .xltx, .xltm |
  | HTML | .html |
  | Powerpoint | .pptx, .ppt |
  | Image | .png, .jpg, .jpeg, .tif, .tiff, .gif |
  | Other | .csv, .psd, .svg, .eps |

  ### Output files
  The **Convert File** Sign API endpoint only supports PDF files as output.

  ### Asynchronous Processing
  The **Convert File** endpoint supports only asynchronous processing. When you start a file format conversion, the request returns a job ID. Use this ID with the job endpoints to check the status and retrieve the results once the operation is complete.

## Response `200`

File conversion initiated successfully

- ConvertFileResponse
  - `jobID` string — Unique identifier for the conversion job
  - `status` 'running' | 'completed' | 'failed' — The current status of the file conversion Job
  - `jobStatusURL` string, required — URL to poll the current status of the file conversion job

## Other responses

- `400` — Missing file
- `401` — Unauthorized - Invalid or missing JWT token
- `413` — File size exceeds maximum allowed limit
- `415` — File format not supported
- `500` — Internal server error during conversion process

---

[API](https://skmtc.net/gonitro/apis/nitro-sign-public-api.md) · [All operations](https://skmtc.net/gonitro/apis/nitro-sign-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gonitro/nitro-sign-public-api/revisions/ed9efc6a8a47/schema)
