Text to PDF

Convert text to PDF

6 actions Integration catalog
Request access
Connect Text to PDF once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Convert Text to PDFTEXT_TO_PDF_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. The response includes the generated PDF file, filename, and MIME type.
Delete Async JobTEXT_TO_PDF_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.
Delete FileTEXT_TO_PDF_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.
Download FileTEXT_TO_PDF_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.
Start Async ConversionTEXT_TO_PDF_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.
Upload File to ConvertAPITEXT_TO_PDF_UPLOAD_FILE
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.