Package com.mindee.image
Class PDFRasterizer
- java.lang.Object
-
- com.mindee.image.PDFRasterizer
-
- All Implemented Interfaces:
PDFRasterization
public class PDFRasterizer extends Object implements PDFRasterization
Default PDF rasterization implementation.
-
-
Constructor Summary
Constructors Constructor Description PDFRasterizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PDFPageImage>PDFToImages(byte[] fileBytes, String filename)Rasterize a PDF into a list of images, one image per page.
-
-
-
Method Detail
-
PDFToImages
public List<PDFPageImage> PDFToImages(byte[] fileBytes, String filename) throws IOException
Description copied from interface:PDFRasterizationRasterize a PDF into a list of images, one image per page.- Specified by:
PDFToImagesin interfacePDFRasterization- Throws:
IOException
-
-