BMP
BMP raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/bmp
Convert BMP to PDF online and see exactly what artwork placement into document pages changes, what PDF still can't promise, and how to verify the result.
Rendering happens first: BMP artwork becomes a fixed visual, which is then placed inside PDF's page structure. That derivative carries no paragraph structure or editable source objects of its own. BMP input derives row direction, stride, pixel masks, palette, bit depth, compression mode, dimensions, and optional alpha from its bitmap headers. Composing fixed pages from text, vectors, and images is what PDF output does; searchable text, fonts, links, forms, tags, page boxes, and print rendering all still need checking separately.
Starting model: a broadly understood bitmap with straightforward pixel storage and little compression. Rendered result: fixed pages containing text, vectors, raster images, links, forms, and other document objects.
Used for pixel-based artwork, scans, and photographs.
Designed for layout-preserving documents.
BMP derivatives are often much larger than web images and may encode alpha or row order differently between apps.
Conversion can rasterize searchable text, alter page boxes, omit forms, or change font rendering.
fixed pages containing text, vectors, raster images, links, forms, and other document objects is what gets written, labeled as application/pdf. Whether that actually opens depends on the receiving application, not on the file extension.
PDF makes sense once BMP needs to travel as a page - Review, printing, document exchange. If the artwork still needs pixel- or path-level edits, keep an image or vector master instead.
Confirm dimensions, color depth, orientation, and whether the receiving app reads transparency.
Review every page size plus searchable text, links, forms, fonts, and print output.