BMP to PDF
Convert a BMP image into a downloadable PDF. Pick a page size and convert; the file is processed on our own servers and never handed to a third party.
Input
Converted server-side — this uses one credit.
“Fit to image” makes the page exactly the size of the BMP.
Output
Guides
What this does
Converts a BMP image into a downloadable PDF, with the page sized to fit the image by default.
How to use it
- Upload your BMP image.
- Optionally pick a page size (fit-to-image, A4, or US Letter), orientation, and margin.
- Click Convert to PDF — this runs server-side and uses one credit.
- Download the resulting PDF.
Why "fit to image"?
By default the PDF page is exactly the size of your BMP, so nothing is cropped, letterboxed, or stretched. Switch to A4 or US Letter if you need a standard print size instead.
Need a different format?
For a GIF, WebP, or plain PNG/JPEG image instead, see GIF to PDF, WEBP to PDF, or Image to PDF.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/bmp-to-pdf \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file": "<file>"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `bmp-to-pdf` tool (BMP to PDF) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.