Sorry, we don't support your browser.  Install a modern browser

FileToPDF — convert documents, HTML & Markdown to PDF#1096

FileToPDF (https://filetopdf.dev) is a simple PDF-conversion API. I’d love a native Relay.app integration so workflows can turn files and content into polished PDFs without hand-configuring HTTP steps.

What it would add (all actions — the API is pure request/response, no triggers needed):

  • Convert a File to PDF — Word, Excel, PowerPoint, images and 130+ formats, from a public URL (e.g. a Drive/Dropbox/email-attachment link from an earlier step).
  • Convert HTML to PDF — render raw HTML + CSS into a pixel-perfect PDF (invoices, receipts, reports).
  • Convert Markdown to PDF — turn Markdown (incl. AI-generated summaries/notes) into a clean styled PDF.
  • Get Account Status — free key/credits check (ideal as the connection test).

Auth is a single API key sent as an x-api-key header (free instant key at filetopdf.dev, no account needed). Each conversion returns the PDF plus page count, size and credits.

Use cases in Relay: email a generated invoice/report PDF, archive a Drive document as PDF, attach a Markdown summary as a PDF, batch-convert files. A native app would expose the result as a first-class File field for Relay’s attachment/upload pickers (today the Custom HTTP Request step returns the PDF as base64, which is a bit clunky to attach).

I’m with FileToPDF and happy to provide API docs, a test key, and a logo to speed this up. Docs: https://filetopdf.dev · Support: support@filetopdf.dev

6 hours ago