org.apache.pdfbox.pdfparser
Class VisualSignatureParser
java.lang.Object
org.apache.pdfbox.pdfparser.BaseParser
org.apache.pdfbox.pdfparser.VisualSignatureParser
public class VisualSignatureParser
- extends BaseParser
Methods inherited from class org.apache.pdfbox.pdfparser.BaseParser |
isClosing, isClosing, isEndOfName, isEOL, isEOL, isWhitespace, isWhitespace, parseBoolean, parseCOSArray, parseCOSDictionary, parseCOSName, parseCOSStream, parseCOSString, parseDirObject, readExpectedString, readInt, readLine, readString, readString, setDocument, skipSpaces |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisualSignatureParser
public VisualSignatureParser(InputStream input)
throws IOException
- Constructor.
- Parameters:
input
- the inputstream to be read.
- Throws:
IOException
- If something went wrong
parse
public void parse()
throws IOException
-
- Throws:
IOException
getDocument
public COSDocument getDocument()
throws IOException
- Returns the underlying COSDocument.
- Returns:
- the COSDocument
- Throws:
IOException
- If something went wrong