Initializing... drag & drop files here
Supports: BMP
Bitmaps are awkward to send: they are large, they carry no page geometry, and plenty of mail clients and document systems will not preview a .bmp at all. Wrapping the image in a PDF fixes all three problems at once — the file becomes a page with a defined size that opens in any reader, on any operating system, without a plugin. Drop one bitmap in for a single-page document, or drop a folder's worth in and get one PDF with the images in order.
| Control | Opens on | Switch it when |
|---|---|---|
| Combine? | Single PDF | You want one PDF per bitmap rather than a single multi-page file |
| Paper size | A4 | Your audience prints on US Letter, or you want the page to take the image's own dimensions (Original) |
| Page layout | Portrait | Your bitmaps are landscape or widescreen and you would rather not leave tall empty margins |
| Image placement | Contained | You want a full-bleed page and do not mind the edges being cropped — that is Cover |
| Image alignment | Center | You want the picture pinned to the top or bottom of the page instead |
| Margin | Narrow (0.5") | You want a borderless page (No margin) or a wide binding edge (Normal, Large) |
| Image Transparency | Unchanged | A 32-bit bitmap with an alpha mask should be flattened rather than carried through |
With the defaults, a page is A4 portrait — 210 x 297 mm, which a PDF stores as roughly 595 x 842 points. Take half an inch (36 points) off each edge for the Narrow margin and the drawable area is about 523 x 770 points. A 16:9 bitmap placed in that box is limited by width, so it lands about 523 points wide and 294 points tall — roughly 184 x 104 mm — centred vertically with generous white space above and below. Switching Page layout to Landscape or Paper size to Original removes most of that empty space.
| Paper size | Dimensions | Typical use |
|---|---|---|
| A4 (default) | 210 x 297 mm (595 x 842 pt) | The international office standard outside North America |
| Letter | 8.5 x 11 in (612 x 792 pt) | The US and Canadian office standard |
| Legal | 8.5 x 14 in (612 x 1008 pt) | US contracts and legal filings |
| A3 | 297 x 420 mm (842 x 1191 pt) | Posters, plans, double-page spreads |
| Tabloid | 11 x 17 in (792 x 1224 pt) | Large-format portrait sheets |
| Ledger | 17 x 11 in (1224 x 792 pt) | The same sheet in landscape |
| ISO B5 | 176 x 250 mm (499 x 709 pt) | Books and booklets |
| ISO B4 | 250 x 353 mm (709 x 1001 pt) | Large envelopes and technical documents |
| ARCH A | 9 x 12 in (648 x 864 pt) | North American architectural drawings |
| ARCH B | 12 x 18 in (864 x 1296 pt) | Larger architectural sheets |
| Original | Matches the bitmap | Screenshots and artwork you want reproduced without letterboxing |
One PDF, by default. Combine? opens on Single PDF, so every bitmap you upload becomes a page of the same document in the order they appear on screen. Reorder the thumbnails before you click Convert and the page order follows. If you would rather have separate files — for example when each scan is a different record — switch Combine? to Individual PDFs and you get one document per image, delivered together.
Because A4 portrait is much taller than a typical widescreen bitmap, and Image placement opens on Contained, which never crops. With the Narrow margin the drawable box is roughly 523 x 770 points, and a 16:9 picture only reaches 523 x 294 points inside it. There are three ways to close the gap: set Paper size to Original so the page takes the image's own proportions, switch Page layout to Landscape, or switch Image placement to Cover so the picture fills the page and the overflowing edges are trimmed.
Almost always, and often by a very large margin, because a bitmap is close to a worst-case container. An uncompressed 24-bit BMP stores three bytes per pixel with every row padded up to a 4-byte boundary — on our test bench a 1920 x 1080 example measures exactly 6,220,854 bytes, which is 1,080 rows of 5,760 bytes plus a 54-byte header. Inside a PDF the picture is stored with real compression applied. If the resulting document still needs to be smaller for an upload limit, run it through Compress PDF.
Yes — that is the main reason this tool exists. Older flatbed scanner drivers and some Windows scanning utilities still default to writing uncompressed .bmp files, one per sheet, which is unusable as a document. Upload the whole set, leave Combine? on Single PDF, check the order, and you get a single paginated file. For mixed sources — some pages as BMP, some as JPG or PNG — use Merge Image to PDF, which accepts several image formats in the same job.
Image Transparency opens on Unchanged, so an alpha mask described by a BITMAPV4HEADER or BITMAPV5HEADER is carried through as-is rather than being pre-flattened. Set it to Removed if you would rather have the transparent regions filled before the picture is placed — worth doing when a downstream printer or document system renders unexpected alpha badly. Most .bmp files use the plain 40-byte BITMAPINFOHEADER and are fully opaque, in which case the setting makes no difference.
No. This conversion places your picture on a page; it does not read the picture. The words stay pixels, so Ctrl+F finds nothing and a screen reader has nothing to announce. Making the text selectable requires optical character recognition, which is a separate step in a dedicated OCR tool. If the source document exists as real text somewhere, exporting a PDF from that original will always beat scanning and converting.
Match the paper the printer will actually load: A4 across most of the world, Letter in the US and Canada. Choosing the wrong one is the usual cause of a "scale to fit" prompt and a slightly shrunken print with uneven margins. If the output is only ever going to be viewed on a screen, Original is often the better choice — it gives the page the bitmap's own aspect ratio, so there is no letterboxing at all.
PDF is right when the file is a document — something to send, print, sign, archive or paginate. It is the wrong target when you just want a smaller picture for a web page or a message, because a reader has to open it before anything is visible. For that, convert to an image instead: BMP to PNG keeps every pixel, BMP to JPG is the smallest widely-supported photographic option, and BMP to WebP is the smallest of the three for the modern web.
You can extract an image, but it will not be a byte-identical bitmap. PDF to BMP renders the page back to a raster, which means the result depends on the render resolution and on whatever compression was applied when the picture was placed. Keep the original .bmp — or a lossless copy — if you may need the exact source pixels again.