Generated by
JDiff

Class com.itextpdf.html2pdf.HtmlConverter

Changed Methods
Document  convertToDocument( String, PdfDocument , ConverterProperties ) Documentation changed from old to new.
Converts a String containing HTML to objects that will be added to a PdfDocument, using specific ConverterProperties, returning a Document instance.
Document  convertToDocument( String, PdfWriter ) Documentation changed from old to new.
Converts a String containing HTML to content that will be written to a PdfWriter, returning a Document instance.
Document  convertToDocument( String, PdfWriter , ConverterProperties ) Documentation changed from old to new.
Converts a String containing HTML to content that will be written to a PdfWriter, using specific ConverterProperties, returning a Document instance.
void  convertToPdf( String, PdfDocument , ConverterProperties ) Documentation changed from old to new.
Converts a String containing HTML to objects that will be added to a PdfDocument, using specific ConverterProperties.