Initializing... drag & drop files here
Supports: BMP
Turn a Windows bitmap (BMP) into a PDF you can email, print, or drop into a report. BMP stores raw, uncompressed pixels — even a single screenshot can run to several megabytes — so wrapping it in a PDF makes the file far easier to share and gives it a fixed paper size that prints the same on any device. Upload one bitmap or several at once and combine them into a single multi-page PDF.
.bmp files or click "+ Add Files". Add several at once if you want them in one document. Files are uploaded over an encrypted connection and deleted automatically a few hours after conversion.| Property | BMP (source) | PDF (output) |
|---|---|---|
| Type | Raster bitmap image | Page-based document container |
| Compression | None by default (optional RLE on 4/8-bit) | Image is re-encoded with Flate or JPEG inside the PDF |
| Typical size | Large — a 1920×1080 24-bit BMP is ~6 MB of raw pixels | Usually much smaller once compressed |
| Text inside | None — pure pixels | The bitmap is embedded as an image, so text in the picture is not selectable or searchable |
| Pages | Single image | One or many pages; several BMPs can merge into one PDF |
| Standard | Microsoft bitmap (Windows 2.x / OS/2 1.x era onward) | ISO 32000 (PDF 2.0 = ISO 32000-2) |
| Opens in | Image viewers / editors | Any PDF reader, browser, or print dialog |
A PDF made from a BMP holds the picture as an embedded raster image. The conversion does not run OCR, so it does not turn pixels into editable, selectable text — if you need searchable text, run the PDF through a separate OCR step afterward.
No. A BMP is a grid of pixels with no text layer, so the PDF embeds it as an image. Any words visible in the bitmap are part of the picture, not real characters — you cannot highlight or search them. To get a text layer, convert to PDF first, then run the result through an OCR tool.
Yes. Upload all your bitmaps and choose Single PDF under Combine?. Each image becomes its own page in upload order, producing one multi-page document. Choose Individual PDFs instead if you want a separate file per image.
BMP stores every pixel uncompressed, so a 24-bit bitmap uses roughly 3 bytes per pixel plus a small header — a 1920×1080 image is about 6 MB of raw data regardless of how simple the picture looks. When it's placed in a PDF, the image is re-encoded with compression (JPEG at the quality you set, or lossless Flate), so the output is usually much smaller than the original BMP. In our testing, lowering the Image Compression quality from the default 75 toward 50 shrinks the PDF noticeably with little visible change on screenshots and line art.
It depends on the Image Compression setting. At quality 75 (the default) the loss is minimal and hard to notice. For photographs you can keep it high; for screenshots, scans, or diagrams you can lower it to save space, since flat color areas and text edges tolerate compression well. Keep quality at 100 if you need the closest possible match to the source.
BMP can carry an alpha channel (introduced with the Windows 95 header), and the Image Transparency option lets you keep it Unchanged or have it Removed. PDF pages have a white background by default, so transparent areas appear white unless you choose to handle them otherwise.
Use Paper size to pick A4, Letter, Legal, A3, Tabloid, or Original (the page matches the image's own dimensions), and Page layout to switch between Portrait and Landscape. Image placement decides whether the bitmap is Contained (scaled to fit fully inside the page with margins) or Cover (scaled to fill the page, cropping the overflow). For more image-to-document tools, see Convert JPG to PDF or Merge Image to PDF.