Text to PDF

Integrate Text to PDF with your AI workspace

Convert text to PDF

Explore Triggers and Actions

Convert Text to PDF

Convert plain text or Markdown content into a downloadable PDF document. Supports Unicode characters, special symbols, and Markdown formatting including headers, lists, code blocks, links, and emphasis. Images require publicly accessible URLs to render. Response PDF URL is at `data.file.s3url`; also returns `data.file.name` and `data.file.mimetype`.

ActionTry it

Delete Async Job

Tool to delete an asynchronous conversion job. Use when a job is no longer required to free up server resources. Jobs are automatically deleted after 3 hours if not manually removed.

ActionTry it

Delete File

Tool to delete a file from ConvertAPI server. Use when a file is no longer needed and should be removed from temporary storage.

ActionTry it

Download File

Download a file from ConvertAPI server using its unique File ID. Use this after converting or uploading files to retrieve the result. The file must exist on the server and not be expired.

ActionTry it

Start Async Conversion

Start an asynchronous file conversion job using ConvertAPI. Returns a JobId that can be used to poll for conversion results. Optionally supports WebHook callback for push notification when conversion completes.

ActionTry it

Upload File to ConvertAPI

Upload a file to ConvertAPI server for subsequent conversions. Supports direct file upload or remote URL upload. Files are stored securely for up to 3 hours and can be referenced by File ID in conversion requests.

ActionTry it