Package com.mindee.image
Interface PDFRasterization
-
- All Known Implementing Classes:
PDFRasterizer
public interface PDFRasterizationRasterize a PDF into images.
-
-
Method Summary
All Methods Instance Methods Abstract 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
List<PDFPageImage> PDFToImages(byte[] fileBytes, String filename) throws IOException
Rasterize a PDF into a list of images, one image per page.- Throws:
IOException
-
-