Uses of Class
com.mindee.pdf.PdfPageImage
-
Packages that use PdfPageImage Package Description com.mindee.pdf -
-
Uses of PdfPageImage in com.mindee.pdf
Methods in com.mindee.pdf that return PdfPageImage Modifier and Type Method Description static PdfPageImage
PDFUtils. pdfPageToImage(LocalInputSource source, int pageNumber)
Render a single page of a PDF as an image.static PdfPageImage
PDFUtils. pdfPageToImage(String filePath, int pageNumber)
Render a single page of a PDF as an image.Methods in com.mindee.pdf that return types with arguments of type PdfPageImage Modifier and Type Method Description static List<PdfPageImage>
PDFUtils. pdfToImages(LocalInputSource source)
Render all pages of a PDF as images.static List<PdfPageImage>
PDFUtils. pdfToImages(String filePath)
Render all pages of a PDF as images.
-