Generated by
JDiff

Class com.itextpdf.html2pdf.HtmlConverter

Changed Methods
Document  convertToDocument( String, PdfDocument , ConverterProperties ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts HTML obtained from an InputStream to objects that will be added to a PdfDocument, using specific ConverterProperties, returning a Document instance.
Document  convertToDocument( String, PdfWriter ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts HTML obtained from an InputStream to content that will be written to a PdfWriter, returning a Document instance.
Document  convertToDocument( String, PdfWriter , ConverterProperties ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts HTML obtained from an InputStream to content that will be written to a PdfWriter, using specific ConverterProperties, returning a Document instance.
List  convertToElements( String) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts a String containing HTML to a List of iText objects (IElement instances).
List  convertToElements( String, ConverterProperties ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts a String containing HTML to a List of iText objects (IElement instances), using specific ConverterProperties.
void  convertToPdf( String, PdfDocument , ConverterProperties ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts HTML obtained from an InputStream to objects that will be added to a PdfDocument, using specific ConverterProperties.
void  convertToPdf( String, PdfWriter ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts a String containing HTML to PDF by writing PDF content to a PdfWriter instance.
void  convertToPdf( String, PdfWriter , ConverterProperties ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts a String containing HTML to PDF by writing PDF content to a PdfWriter instance, using specific ConverterProperties.
void  convertToPdf( String, OutputStream ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts a String containing HTML to an OutputStream containing PDF.
void  convertToPdf( String, OutputStream , ConverterProperties ) Change in exceptions thrown from java.io.IOException to no exceptions.
Documentation changed from old to new.
Converts a String containing HTML to an OutputStream containing PDF, using specific ConverterProperties.