java.lang.Object | ||
↳ | com.pdftron.pdf.OptionsBase | |
↳ | com.pdftron.pdf.pdfa.PDFAOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFAOptions(int level)
Constructor.
| |||||||||||
PDFAOptions(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getConformance()
Gets the value Conformance from the options object
The PDF/A conformance level.
| ||||||||||
int |
getDPI()
Gets the value DPI from the options object
DPI used for flattening.
| ||||||||||
boolean |
getFirstStop()
Gets the value FirstStop from the options object
Whether to stop processing after the first PDF/A error is detected.
| ||||||||||
boolean |
getFlattenTransparency()
Gets the value FlattenTransparency from the options object
Whether to flatten transparency in PDF/A-1 mode.
| ||||||||||
int |
getMaxRefObjs()
Gets the value MaxRefObjs from the options object
The maximum number of object references per error condition.
| ||||||||||
String |
getPassword()
Gets the value Password from the options object
The password to be used for encrypted PDF documents.
| ||||||||||
PDFAOptions |
setConformance(int value)
Sets the value for Conformance in the options object
The PDF/A conformance level.
| ||||||||||
PDFAOptions |
setDPI(int value)
Sets the value for DPI in the options object
DPI used for flattening.
| ||||||||||
PDFAOptions |
setFirstStop(boolean value)
Sets the value for FirstStop in the options object
Whether to stop processing after the first PDF/A error is detected.
| ||||||||||
PDFAOptions |
setFlattenTransparency(boolean value)
Sets the value for FlattenTransparency in the options object
Whether to flatten transparency in PDF/A-1 mode.
| ||||||||||
PDFAOptions |
setMaxRefObjs(int value)
Sets the value for MaxRefObjs in the options object
The maximum number of object references per error condition.
| ||||||||||
PDFAOptions |
setPassword(String value)
Sets the value for Password in the options object
The password to be used for encrypted PDF documents.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the value Conformance from the options object The PDF/A conformance level.
PDFNetException |
---|
Gets the value DPI from the options object DPI used for flattening.
PDFNetException |
---|
Gets the value FirstStop from the options object Whether to stop processing after the first PDF/A error is detected.
PDFNetException |
---|
Gets the value FlattenTransparency from the options object Whether to flatten transparency in PDF/A-1 mode.
PDFNetException |
---|
Gets the value MaxRefObjs from the options object The maximum number of object references per error condition.
PDFNetException |
---|
Gets the value Password from the options object The password to be used for encrypted PDF documents.
PDFNetException |
---|
Sets the value for Conformance in the options object The PDF/A conformance level.
PDFNetException |
---|
Sets the value for DPI in the options object DPI used for flattening.
PDFNetException |
---|
Sets the value for FirstStop in the options object Whether to stop processing after the first PDF/A error is detected.
PDFNetException |
---|
Sets the value for FlattenTransparency in the options object Whether to flatten transparency in PDF/A-1 mode.
PDFNetException |
---|
Sets the value for MaxRefObjs in the options object The maximum number of object references per error condition.
PDFNetException |
---|
Sets the value for Password in the options object The password to be used for encrypted PDF documents.
PDFNetException |
---|