What it does
Image to PDF converts image files, base64-encoded image bytes, or remote image URLs into PDF output. Send an image and get back either a downloadable PDF binary or a signed PDF link, depending on the endpoint you choose.
Use Image to PDF when you need to turn screenshots, scanned pages, product photos, or generated assets into a portable document format. The service accepts uploaded files, a base64 string, or a url to a remote image. For file- and URL-based conversions, you can also set landscape to control page orientation. The download endpoints return a PDF as binary data, while the link endpoints return a data field containing a URI.
This is useful for document workflows that assemble image-based reports, archive receipts, or package visual assets for sharing and storage. If your app already stores images in object storage or receives them from a client upload, you can convert them to PDF without adding your own rendering pipeline.
Image to PDF supports common image formats including PNG, JPEG, GIF, SVG, TIFF, and BMP on the upload path.