Class Viewing


public class Viewing extends Profile

The profile to convert PDF documents to JPEG or PNG images for viewing

This profile is suitable for converting PDFs to rasterized images for using in web and desktop viewing applications or as thumbnails.

By default, getImageOptions() is set to pdftools.pdf2image.PngImageOptions which uses the output format PNG and lossless compression. If set to pdftools.pdf2image.JpegImageOptions, the output format is JPEG.