public class Default extends Profile
Constructor | Description |
---|---|
Default() |
Modifier and Type | Method | Description |
---|---|---|
Conformance |
getConformance() |
The PDF conformance of the output document (Getter)
|
void |
setConformance(Conformance value) |
The PDF conformance of the output document (Setter)
|
equals, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
getImageOptions
public Conformance getConformance()
All PDF conformances are supported.
For PDF/A the Archive
profile must be used.
Default value: "PDF 1.7"
public void setConformance(Conformance value)
All PDF conformances are supported.
For PDF/A the Archive
profile must be used.
Default value: "PDF 1.7"
java.lang.IllegalArgumentException
- The conformance is PDF/A but must be PDF for this profile.
Use the profile Archive
to create PDF/A documents.java.lang.IllegalArgumentException
- if value
is null