Uses of Class
com.ironsoftware.ironpdf.image.ToImageOptions
-
Uses of ToImageOptions in com.ironsoftware.ironpdf
Modifier and TypeMethodDescriptionfinal List<BufferedImage>
PdfDocument.toBufferedImages
(ToImageOptions options) Rasterizes (renders) the PDF into BufferedImage objects.final List<BufferedImage>
PdfDocument.toBufferedImages
(ToImageOptions options, PageSelection pageSelection) Rasterizes (renders) the PDF into BufferedImage objects.PdfDocument.toImages
(String fileNamePattern, String imageFileType, ToImageOptions options) Renders the pages of the PDF as specific image files type and saves them to disk.PdfDocument.toImages
(String fileNamePattern, String imageFileType, ToImageOptions options, PageSelection pageSelection) Renders the pages of the PDF as specific image files type and saves them to disk.PdfDocument.toJpegImages
(String fileNamePattern, ToImageOptions options) Renders the pages of the PDF as JPEG image files and saves them to disk.PdfDocument.toJpegImages
(String fileNamePattern, ToImageOptions options, PageSelection pageSelection) Renders the pages of the PDF as JPEG image files and saves them to disk.PdfDocument.toMultiPageTiff
(Path filePath, ToImageOptions options) Renders the pages of the PDF as TIFF (Tagged Image File Format / Tif) file and saves it to disk.PdfDocument.toMultiPageTiff
(Path filePath, ToImageOptions options, PageSelection pageSelection) Renders the pages of the PDF as TIFF (Tagged Image File Format / Tif) file and saves it to disk.PdfDocument.toPngImages
(String fileNamePattern, ToImageOptions options) Renders the pages of the PDF as PNG (Portable Network Graphic) files and saves them to disk.PdfDocument.toPngImages
(String fileNamePattern, ToImageOptions options, PageSelection pageSelection) Renders the pages of the PDF as PNG (Portable Network Graphic) files and saves them to disk.