Class PDFDocumentImpl

    • Constructor Detail

      • PDFDocumentImpl

        public PDFDocumentImpl​(InputStream pdfStream)
                        throws IOException
        Create a new PDFDocumentImpl from the passed InputStream
        Parameters:
        pdfStream - an InputStream to be parsed as a PDF Document.
        Throws:
        IOException - when there's a problem reading or parsing the file.
      • PDFDocumentImpl

        public PDFDocumentImpl​(PDDocument document)
        Parameters:
        document -