Package de.fh_mannheim.mm.dms.framework.converters

Interface Summary
IConverter IConverter is an interface for file converters.
 

Class Summary
CHM2Text CHM2Text is a help-file parser, which converts chm documents to plaintext using an external tool named chm2txt.exe.
DOC2Text DOC2Text is a doc parser, which converts word documents to plaintext using POI.
FileConverter FileConverter is a html parser, which converts html to plaintext.
HTML2Text FileConverter is a html parser, which converts html to plaintext.
PDF2Text PDF2Text is a pdf parser, which converts pdf to plaintext using jPedal.
PPT2Text PPT2Text is a powerpoint parser, which converts powerpoint presentations to plaintext using an external tool named ppthtml.exe.
PS2Text PS2Text is a ps parser, which converts ps documents to plaintext using an external tool named ps2txt.exe.
RTF2Text RTF2Text is a rtf document parser, which converts rtf to plaintext using swing.
TextConverter TextConverter is a converter for strings.
TXT2Text FileConverter is a text reader, which stores a textfile in a stringbuffer.
XLS2Text XLS2Text is a excel parser, which converts xls sheets to plaintext using excelread.