Generated by
JDiff

Class com.itextpdf.kernel.pdf.PdfDocument

Removed interface java.io.Serializable.

Removed Methods
void  checkIsoConformance( Object, IsoKey , PdfResources ) Checks whether PDF document conforms a specific standard.
List  getCounters() Gets all ICounter instances.
 

Added Methods
long  getDocumentId() Obtains numeric document id.
SequenceId  getDocumentIdWrapper() Obtains document id as a SequenceId.
 

Changed Methods
PageSize  getDefaultPageSize() Documentation changed from old to new.
Gets default page size.
boolean  registerProduct( ProductData) Change in signature from ProductInfo to ProductData.
Documentation changed from old to new.
Registers a product for debugging purposes.
void  setDefaultPageSize( PageSize) Documentation changed from old to new.
Sets default page size.
PdfDocument  setTagged() Documentation changed from old to new.
Specifies that document shall contain tag structure.
 

Removed Fields
PdfPage  currentPage Currently active page.
PageSize  defaultPageSize Default page size.
 

Changed Fields
EventDispatcher  eventDispatcher Changed from transient to non-transient.  
TagStructureContext  tagStructureContext Changed from transient to non-transient.