I am working on a project in which I need to analyze images; The main source of these images is a webcam, but recently we asked to add support for downloaded files and scanners. This is normal, for the most part, except that they would like us to be able to use PDF documents.
I need a raw pixel bitmap for processing; on a Mac, I can use CoreGraphics to load a PDF into the image buffer, but I'm not sure how to do this on Windows.
To summarize: I need a C ++ library (preferably with a license, for example, with BSD, since this is a closed source device, but maybe LGPL can work), which I can use to open a PDF file and export each page as a raster image buffer images.
source share