Package com.pdftools.pdf2image.profiles
Class Fax
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.pdf2image.profiles.Profile
com.pdftools.pdf2image.profiles.Fax
The profile to convert PDF documents to TIFF Fax images
This profile is suitable for converting PDFs into TIFF-F conforming rasterized images for Facsimile transmission.
The output format is a multi-page TIFF file containing all rasterized PDF pages.
By default,
- the output images are Group 3 - compressed
- scaled to a width of 1728 pixels, a horizontal resolution of 204 DPI, and a vertical resolution of 98 DPI
- all colors and gray scale tones are converted to bitonal by using dithering
The compression type and the vertical resolution can be set
through getImageOptions().
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe settings for the output image (Getter)The image section mapping (Getter)Methods inherited from class com.pdftools.pdf2image.profiles.Profile
getContentOptionsMethods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Constructor Details
-
Fax
public Fax()
-
-
Method Details
-
getImageOptions
The settings for the output image (Getter)
-
getImageSectionMapping
The image section mapping (Getter)
This property specifies how a PDF page is placed onto the target image.
-