Generated by
JDiff

Class com.itextpdf.kernel.pdf.WriterProperties

Removed Methods
WriterProperties  addUAXmpMetadata() This method marks the document as PDF/UA and sets related flags is XMPMetaData.
 

Added Methods
WriterProperties  addPdfAXmpMetadata( PdfAConformance) Adds PDF/A XMP metadata to the PDF document.
WriterProperties  addPdfUaXmpMetadata( PdfUAConformance) Adds PDF/UA XMP metadata to the PDF document.
WriterProperties  setPublicKeyEncryption( Certificate[], int[] , int , MacProperties ) Sets the certificate encryption options for the document.
WriterProperties  setStandardEncryption( byte[], byte[] , int , int , MacProperties ) Sets the encryption options for the document.
 

Changed Methods
WriterProperties  setInitialDocumentId( PdfString) Documentation changed from old to new.
The /ID entry of a document contains an array with two entries.
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.
 

Removed Fields
boolean  addUAXmpMetadata  
 

Added Fields
PdfAConformance  addPdfAXmpMetadata  
PdfUAConformance  addPdfUaXmpMetadata