List<BufferedImage> |
PdfDocument.toBufferedImages(ToImageOptions options) |
Rasterizes (renders) the PDF into BufferedImage objects.
|
List<BufferedImage> |
PdfDocument.toBufferedImages(ToImageOptions options,
PageSelection pageSelection) |
Rasterizes (renders) the PDF into BufferedImage objects.
|
List<String> |
PdfDocument.toImages(String fileNamePattern,
String imageFileType,
ToImageOptions options) |
Renders the pages of the PDF as specific image files type and saves them to disk.
|
List<String> |
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.
|
List<String> |
PdfDocument.toJpegImages(String fileNamePattern,
ToImageOptions options) |
Renders the pages of the PDF as JPEG image files and saves them to disk.
|
List<String> |
PdfDocument.toJpegImages(String fileNamePattern,
ToImageOptions options,
PageSelection pageSelection) |
Renders the pages of the PDF as JPEG image files and saves them to disk.
|
String |
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.
|
String |
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.
|
List<String> |
PdfDocument.toPngImages(String fileNamePattern,
ToImageOptions options) |
Renders the pages of the PDF as PNG (Portable Network Graphic) files and saves them to disk.
|
List<String> |
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.
|