Package com.pdftools.image2pdf.profiles
Class Default
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.image2pdf.profiles.Profile
com.pdftools.image2pdf.profiles.Default
The default profile for image to PDF conversion
This profile is suitable for the conversion of input images to PDF.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe PDF conformance of the output document (Getter)voidsetConformance(Conformance value) The PDF conformance of the output document (Setter)Methods inherited from class com.pdftools.image2pdf.profiles.Profile
getImageOptionsMethods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
getConformance
The PDF conformance of the output document (Getter)
All PDF conformances are supported. For PDF/A the
Archiveprofile must be used.Default value: "PDF 1.7"
-
setConformance
The PDF conformance of the output document (Setter)
All PDF conformances are supported. For PDF/A the
Archiveprofile must be used.Default value: "PDF 1.7"
- Throws:
IllegalArgumentException- The conformance is PDF/A but must be PDF for this profile. Use the profileArchiveto create PDF/A documents.IllegalArgumentException- ifvalueisnull
-