Package com.pdftools.pdf2image.profiles
Class Profile
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.pdf2image.profiles.Profile
-
public abstract class Profile extends NativeObject
The base class for PDF to image conversion profiles
The profile defines how the PDF pages are rendered and what type of output image is used. A profile implements the converter settings suitable for a practical use case, e.g. create images for sending over Facsimile, for viewing, or for archiving.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentOptions
getContentOptions()
The parameters how to render PDF content elements (Getter)-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getContentOptions
public ContentOptions getContentOptions()
The parameters how to render PDF content elements (Getter)
-
-