Package | Description |
---|---|
lazyj.viewers |
Various converters to plain text from external formats.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLViewer
Executes "/usr/jserv/bin/html.sh" to convert a HTML to a plain text representation.
|
class |
PDFViewer
Executes "/usr/jserv/bin/pdf.sh" to convert a PDF to a plain text representation.
|
class |
RTFViewer
Executes "/usr/jserv/bin/rtf.sh" to convert a RTF to a plain text representation.
|
class |
SPAMViewer
Executes "/usr/jserv/portal/bin/smtp_spamfilter/check_outgoing.sh" to check if an email is a spam or not.
|
class |
TXTViewer
Executes "/usr/jserv/bin/txt.sh" to convert a text file to a plain text representation.
|
class |
WordViewer
Executes "/usr/jserv/bin/word.sh" to convert a Word document to a plain text representation.
|
Modifier and Type | Method and Description |
---|---|
static Viewer |
Factory.getViewer(java.lang.String sFileName,
java.lang.Object o)
Factory to build a viewer for the given file name.
|