|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
Document
convertToDocument(
String,
PdfDocument
|
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
|
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
|
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
|
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
|
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. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |