Skip to main content

All to PDF Profile

Converts any supported input document into a standard PDF.

Connection ID

convert-to-pdf

Endpoints

Use this connection ID with the Simple API endpoints:

  • Binary upload: POST {baseURL}/http.input/convert-to-pdf
  • JSON input: POST {baseURL}/http.inputstructured/convert-to-pdf

See the REST input plain HTTP and REST input JSON endpoint reference for request and response details.

Example (JSON)

{
"name": "file-conversion",
"data": [
{
"content": "SGVsbG8gd29ybGQuCg==",
"fileName": "hello_world.txt"
}
]
}

This profile doesn’t require specific job options.