Generated by
JDiff

Class com.itextpdf.pdfa.PdfADocument

Documentation changed from old to new.

Removed Constructors
PdfADocument( PdfWriter, PdfAConformanceLevel , PdfOutputIntent ) Constructs a new PdfADocument for writing purposes, i.e.
PdfADocument( PdfWriter, PdfAConformanceLevel , PdfOutputIntent , DocumentProperties ) Constructs a new PdfADocument for writing purposes, i.e.
 

Added Constructors
PdfADocument( PdfWriter, PdfAConformance , PdfOutputIntent ) Constructs a new PdfADocument for writing purposes, i.e.
PdfADocument( PdfWriter, PdfAConformance , PdfOutputIntent , DocumentProperties ) Constructs a new PdfADocument for writing purposes, i.e.
 

Removed Methods
void  addCustomMetadataExtensions( XMPMeta)  
void  checkIsoConformance()  
void  checkIsoConformance( Object, IsoKey , PdfResources , PdfStream , Object ) @param obj an object to conform.
void  flushInfoDictionary( boolean) {@inheritDoc}
IConformanceLevel  getConformanceLevel() {@inheritDoc}
void  setChecker( PdfAConformanceLevel) Sets the checker that defines the requirements of the PDF/A standard depending on conformance level.
void  setChecker( PdfAChecker)  
 

Added Methods
PdfAChecker  getCorrectCheckerFromConformance( PdfAConformance) Gets correct PdfAChecker for specified PDF/A conformance.
 

Changed Methods
void  addOutputIntent( PdfOutputIntent) Documentation changed from old to new.
Method was locally defined, but is now inherited from PdfDocument.
Adds PdfOutputIntent that shall specify the colour characteristics of output devices on which the document might be rendered.
void  flushObject( PdfObject, boolean ) Documentation changed from old to new.
Method was locally defined, but is now inherited from PdfDocument.
Flush an object.
PdfFont  getDefaultFont() Documentation changed from old to new.
Method was locally defined, but is now inherited from PdfDocument.
Gets default font for the document: Helvetica, WinAnsi.
IPdfPageFactory  getPageFactory() Documentation changed from old to new.
Method was locally defined, but is now inherited from PdfDocument.
Returns the factory for creating page instances.
void  initTagStructureContext() Documentation changed from old to new.
Method was locally defined, but is now inherited from PdfDocument.
Initialize TagStructureContext.
void  updateXmpMetadata() Documentation changed from old to new.
Method was locally defined, but is now inherited from PdfDocument.
Updates XMP metadata.
 

Removed Fields
PdfAChecker  checker