| Changed Methods |
WriterProperties
addUAXmpMetadata()
|
Documentation changed from old to new. |
This method marks the document as PDF/UA and sets related flags is XMPMetaData. |
WriterProperties
addXmpMetadata()
|
Documentation changed from old to new. |
If true, default XMPMetadata based on PdfDocumentInfo will be added. |
WriterProperties
setCompressionLevel(
int)
|
Documentation changed from old to new. |
Defines the level of compression for the document. |
WriterProperties
setFullCompressionMode(
boolean)
|
Documentation changed from old to new. |
Defines if full compression mode is enabled. |
WriterProperties
setInitialDocumentId(
PdfString)
|
Documentation changed from old to new. |
The /ID entry of a document contains an array with two entries. |
WriterProperties
setModifiedDocumentId(
PdfString)
|
Documentation changed from old to new. |
The /ID entry of a document contains an array with two entries. |
WriterProperties
setPdfVersion(
PdfVersion)
|
Documentation changed from old to new. |
Defines pdf version for the created document. |
WriterProperties
setPublicKeyEncryption(
Certificate[],
int[]
,
int
)
|
Documentation changed from old to new. |
Sets the certificate encryption options for the document. |
WriterProperties
setStandardEncryption(
byte[],
byte[]
,
int
,
int
)
|
Documentation changed from old to new. |
Sets the encryption options for the document. |
WriterProperties
useDebugMode()
|
Documentation changed from old to new. |
This activates debug mode with pdfDebug tool. |
WriterProperties
useSmartMode()
|
Documentation changed from old to new. |
Enables smart mode. |