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
-
public class Default extends Profile
The default profile for image to PDF conversion
This profile is suitable for the conversion of input images to PDF.
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConformancegetConformance()The 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
getImageOptions
-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getConformance
public Conformance 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
public void setConformance(Conformance value)
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:
java.lang.IllegalArgumentException- The conformance is PDF/A but must be PDF for this profile. Use the profileArchiveto create PDF/A documents.java.lang.IllegalArgumentException- ifvalueisnull
-
-