Why convert PDF files to BMP images? A PDF is a vector image (so it is rendered when you display it at whatever size you specify). A BMP is a lossless bit-mapped file of a set size with fixed values. So to convert a PDF to a BMP file we need to create a blank […] The post Java PDF to BMP conversion (Tutorial) appeared first on Java PDF Blog and was written by Jacob Collins.