# PDF to BMP Converter

> Convert PDF pages into uncompressed 24-bit BMP bitmaps.

PDF to BMP Converter runs entirely in your browser. The PDF is parsed on your own device with pdf.js, each selected page is rendered to a canvas and encoded as BMP. Nothing is uploaded, which is the reason to use this on a contract, a payslip or a medical letter.

**URL:** https://convertto.tech/t/pdf-to-bmp
**Category:** PDF Tools (https://convertto.tech/c/pdf-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Encoder:** 24-bit uncompressed, written in-browser — no server, no PNG-in-disguise
- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Select your pdf file — the file stays on your device and is never uploaded.
2. Enter or paste your pages.
3. Set the resolution.
4. Enter or paste your page plan.
5. Press Run, then download the result when it is ready.

## FAQ

### Is my PDF uploaded to a server?

No. The document is parsed and converted by JavaScript running in this tab. It never touches the network, which you can confirm in your browser's network panel.

### What resolution should I pick?

PDF pages are defined at 72 points per inch, so the scale multiplies that directly: 2× gives 144 DPI which is right for screens and email, and 4× gives 288 DPI which is close to print quality. Above 4× the memory cost rises sharply for very little visible gain.

## Related tools

- [PDF to GIF Converter](https://convertto.tech/t/pdf-to-gif): Convert PDF pages into GIFs, or the whole document into one looping animation.
- [PDF to HEIC Converter](https://convertto.tech/t/pdf-to-heic): Convert PDF pages into HEIC, or the closest modern equivalent your browser can encode.
- [PDF to JPG Converter](https://convertto.tech/t/pdf-to-jpg): Convert PDF pages into JPG images at any resolution, in your browser.
- [PDF to PNG Converter](https://convertto.tech/t/pdf-to-png): Convert PDF pages into crisp lossless PNG images.
- [PDF to TIFF Converter](https://convertto.tech/t/pdf-to-tiff): Convert a whole PDF into one multi-page TIFF, the format archives and scanners use.
- [PDF to WebP Converter](https://convertto.tech/t/pdf-to-webp): Convert PDF pages into WebP — roughly 30% smaller than JPG at the same quality.
- [PDF to CSV Converter](https://convertto.tech/t/pdf-to-csv): Extract PDF tables into properly quoted CSV, one row per table row.
- [PDF to Ebook Converter](https://convertto.tech/t/pdf-to-ebook): Turn a PDF into a reflowable ebook you can read comfortably on a phone or e-reader.
- [PDF to ODT Converter](https://convertto.tech/t/pdf-to-odt): Convert a PDF into OpenDocument Text for LibreOffice Writer.
- [PDF to RTF Converter](https://convertto.tech/t/pdf-to-rtf): Convert PDF text into Rich Text Format that opens in any word processor.
