java.lang.Object | ||
↳ | com.pdftron.pdf.OptionsBase | |
↳ | com.pdftron.pdf.pdfua.PDFUAOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFUAOptions()
Constructor.
| |||||||||||
PDFUAOptions(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getConformanceLevel()
Gets the value ConformanceLevel from the options object.
| ||||||||||
boolean |
getFirstStop()
Gets the value FirstStop from the options object.
| ||||||||||
int |
getMaxRefObjs()
Gets the value MaxRefObjs from the options object.
| ||||||||||
String |
getPassword()
Gets the value Password from the options object.
| ||||||||||
boolean |
getSaveLinearized()
Gets the value SaveLinearized from the options object.
| ||||||||||
PDFUAOptions |
setConformanceLevel(int value)
Sets the value for ConformanceLevel in the options object.
| ||||||||||
PDFUAOptions |
setFirstStop(boolean value)
Sets the value for FirstStop in the options object.
| ||||||||||
PDFUAOptions |
setMaxRefObjs(int value)
Sets the value for MaxRefObjs in the options object.
| ||||||||||
PDFUAOptions |
setPassword(String value)
Sets the value for Password in the options object.
| ||||||||||
PDFUAOptions |
setSaveLinearized(boolean value)
Sets the value for SaveLinearized in the options object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the value ConformanceLevel from the options object. The PDF/UA conformance level. By default the conformance level is PDF/UA-1.
PDFNetException |
---|
Gets the value FirstStop from the options object. Whether to stop processing after the first PDF/UA error is detected. By default, processing continues.
PDFNetException |
---|
Gets the value MaxRefObjs from the options object. The maximum number of object references per error condition. This is 10 by default.
PDFNetException |
---|
Gets the value Password from the options object. The password to be used for encrypted PDF documents. By default, no password is used.
PDFNetException |
---|
Gets the value SaveLinearized from the options object. Whether to linearize when saving converted output. By default, the output is not linearized.
PDFNetException |
---|
Sets the value for ConformanceLevel in the options object. The PDF/UA conformance level. By default the conformance level is PDF/UA-1.
value | The PDF/UA conformance level. By default the conformance level is PDF/UA-1. |
---|
PDFNetException |
---|
Sets the value for FirstStop in the options object. Whether to stop processing after the first PDF/UA error is detected. By default, processing continues.
value | Whether to stop processing after the first PDF/UA error is detected. By default, processing continues. |
---|
PDFNetException |
---|
Sets the value for MaxRefObjs in the options object. The maximum number of object references per error condition. This is 10 by default.
value | The maximum number of object references per error condition. This is 10 by default. |
---|
PDFNetException |
---|
Sets the value for Password in the options object. The password to be used for encrypted PDF documents. By default, no password is used.
value | The password to be used for encrypted PDF documents. By default, no password is used. |
---|
PDFNetException |
---|
Sets the value for SaveLinearized in the options object. Whether to linearize when saving converted output. By default, the output is not linearized.
value | Whether to linearize when saving converted output. By default, the output is not linearized. |
---|
PDFNetException |
---|