Class VisualSignatureParser

java.lang.Object
org.apache.pdfbox.pdfparser.BaseParser
org.apache.pdfbox.pdfparser.VisualSignatureParser

public class VisualSignatureParser extends BaseParser
  • Constructor Details

    • VisualSignatureParser

      public VisualSignatureParser(InputStream input) throws IOException
      Constructor.
      Parameters:
      input - the inputstream to be read.
      Throws:
      IOException - If something went wrong
  • Method Details

    • parse

      public void parse() throws IOException
      This will parse the tokens making up the visual signature.
      Throws:
      IOException - If there is an error while parsing the visual signature.
    • getDocument

      public COSDocument getDocument() throws IOException
      Returns the underlying COSDocument.
      Returns:
      the COSDocument
      Throws:
      IOException - If something went wrong