Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.html | |
com.lowagie.text.html.simpleparser | |
com.lowagie.text.pdf | |
com.lowagie.text.xml |
Modifier and Type | Class and Description |
---|---|
class |
Document
A generic Document class.
|
class |
DocWriter
An abstract
Writer class for documents. |
Modifier and Type | Method and Description |
---|---|
void |
Document.addDocListener(DocListener listener)
Adds a
DocListener to the Document . |
void |
Document.removeDocListener(DocListener listener)
Removes a
DocListener from the Document . |
Modifier and Type | Class and Description |
---|---|
class |
HtmlWriter
A
DocWriter class for HTML. |
Modifier and Type | Method and Description |
---|---|
void |
HtmlParser.go(DocListener document,
InputSource is)
Parses a given file.
|
void |
HtmlParser.go(DocListener document,
InputStream is)
Parses a given file.
|
void |
HtmlParser.go(DocListener document,
Reader is)
Parses a given file.
|
void |
HtmlParser.go(DocListener document,
String file)
Parses a given file.
|
static void |
HtmlParser.parse(DocListener document,
InputSource is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
HtmlParser.parse(DocListener document,
InputStream is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
HtmlParser.parse(DocListener document,
Reader is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
HtmlParser.parse(DocListener document,
String file)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
Constructor and Description |
---|
SAXmyHtmlHandler(DocListener document)
Constructs a new SAXiTextHandler that will translate all the events
triggered by the parser to actions on the
Document -object. |
SAXmyHtmlHandler(DocListener document,
BaseFont bf)
Constructs a new SAXiTextHandler that will translate all the events
triggered by the parser to actions on the
Document -object. |
SAXmyHtmlHandler(DocListener document,
HtmlTagMap htmlTags)
Constructs a new SAXiTextHandler that will translate all the events
triggered by the parser to actions on the
Document -object. |
SAXmyHtmlHandler(DocListener document,
HtmlTagMap htmlTags,
BaseFont bf) |
Modifier and Type | Class and Description |
---|---|
class |
HTMLWorker |
Modifier and Type | Field and Description |
---|---|
protected DocListener |
HTMLWorker.document |
Modifier and Type | Method and Description |
---|---|
Image |
ImageProvider.getImage(String src,
HashMap h,
ChainedProperties cprops,
DocListener doc) |
boolean |
Img.process(Image img,
HashMap h,
ChainedProperties cprops,
DocListener doc) |
Constructor and Description |
---|
HTMLWorker(DocListener document)
Creates a new instance of HTMLWorker
|
Modifier and Type | Class and Description |
---|---|
class |
PdfCopy
Make copies of PDF documents.
|
class |
PdfDocument
PdfDocument is the class that is used by PdfWriter
to translate a Document into a PDF with different pages. |
class |
PdfSmartCopy
PdfSmartCopy has the same functionality as PdfCopy,
but when resources (such as fonts, images,...) are
encountered, a reference to these resources is saved
in a cache, so that they can be reused.
|
class |
PdfWriter
A
DocWriter class for PDF. |
class |
UnembedFontPdfSmartCopy
Makes a copy of a PDF, unembedding all embedded fonts.
|
Modifier and Type | Method and Description |
---|---|
static PdfWriter |
PdfWriter.getInstance(Document document,
OutputStream os,
DocListener listener)
Use this method to get an instance of the
PdfWriter . |
Modifier and Type | Field and Description |
---|---|
protected DocListener |
SAXiTextHandler.document
This is the resulting document.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlParser.go(DocListener document,
InputSource is)
Parses a given file.
|
void |
XmlParser.go(DocListener document,
InputSource is,
InputStream tagmap)
Parses a given file.
|
void |
XmlParser.go(DocListener document,
InputSource is,
Map<String,XmlPeer> tagmap)
Parses a given file.
|
void |
XmlParser.go(DocListener document,
InputSource is,
String tagmap)
Parses a given file.
|
void |
XmlParser.go(DocListener document,
String file)
Parses a given file.
|
void |
XmlParser.go(DocListener document,
String file,
Map<String,XmlPeer> tagmap)
Parses a given file.
|
void |
XmlParser.go(DocListener document,
String file,
String tagmap)
Parses a given file.
|
static void |
XmlParser.parse(DocListener document,
InputSource is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
XmlParser.parse(DocListener document,
InputSource is,
Map<String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.
|
static void |
XmlParser.parse(DocListener document,
InputSource is,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
XmlParser.parse(DocListener document,
InputStream is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
XmlParser.parse(DocListener document,
InputStream is,
Map<String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.
|
static void |
XmlParser.parse(DocListener document,
InputStream is,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
XmlParser.parse(DocListener document,
Reader is)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
XmlParser.parse(DocListener document,
Reader is,
Map<String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.
|
static void |
XmlParser.parse(DocListener document,
Reader is,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
XmlParser.parse(DocListener document,
String file)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
static void |
XmlParser.parse(DocListener document,
String file,
Map<String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.
|
static void |
XmlParser.parse(DocListener document,
String file,
String tagmap)
Parses a given file that validates with the iText DTD and writes the content to a document.
|
Constructor and Description |
---|
SAXiTextHandler(DocListener document) |
SAXiTextHandler(DocListener document,
Map<String,T> myTags) |
SAXiTextHandler(DocListener document,
Map<String,T> myTags,
BaseFont bf) |
SAXmyHandler(DocListener document,
Map<String,XmlPeer> myTags)
Constructs a new SAXiTextHandler that will translate all the events
triggered by the parser to actions on the
Document -object. |
Copyright © 2020. All rights reserved.