Generated by
JDiff

Class com.itextpdf.kernel.pdf.PdfWriter

Changed Constructors
PdfWriter( File) Documentation changed from old to new.
Create a PdfWriter writing to the passed File and with default writer properties.
PdfWriter( String) Documentation changed from old to new.
Create a PdfWriter writing to the passed filename and with default writer properties.
PdfWriter( String, WriterProperties ) Documentation changed from old to new.
Create a PdfWriter writing to the passed filename and using the passed writer properties.
 

Changed Methods
void  close() Documentation changed from old to new.
Close the writer and underlying streams.
void  flushModifiedWaitingObjects( Set) Documentation changed from old to new.
Flushes all modified objects which have not been flushed yet.
void  flushWaitingObjects( Set) Documentation changed from old to new.
Flushes all objects which have not been flushed yet.
PdfWriter  setCompressionLevel( int) Documentation changed from old to new.
Sets default compression level for
PdfWriter  setSmartMode( boolean) Documentation changed from old to new.
Sets the smart mode.
void  writeToBody( PdfObject) Documentation changed from old to new.
Writes object to body of PDF document.
void  write( byte[]) Documentation changed from old to new.
Write a byte array to the underlying stream
void  write( byte[], int , int ) Documentation changed from old to new.
Write a slice of the passed byte array to the underlying stream
void  write( int) Documentation changed from old to new.
Write an integer to the underlying stream