org.enhydra.snapper.parsers.fileparsers.parsers
Class SnapperPDFParser
java.lang.Object
org.enhydra.snapper.parsers.fileparsers.parsers.SnapperPDFParser
- All Implemented Interfaces:
- FileParser
- public class SnapperPDFParser
- extends java.lang.Object
- implements FileParser
- Author:
- Milin Radivoj
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapperPDFParser
public SnapperPDFParser()
parse
public void parse(java.io.File originalFile,
java.lang.String tempDir)
throws FileParserException
- Specified by:
parse
in interface FileParser
- Throws:
FileParserException
setLimit
public void setLimit(int limit)
- Specified by:
setLimit
in interface FileParser
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface FileParser
getParsedText
public java.lang.String getParsedText()
- Specified by:
getParsedText
in interface FileParser
getFileProperties
public java.lang.String getFileProperties()
- Specified by:
getFileProperties
in interface FileParser
parse
public void parse()
throws FileParserException
- Throws:
FileParserException
close
public void close()
- Specified by:
close
in interface FileParser