Class PDFDocumentImpl

java.lang.Object
org.verapdf.metadata.fixer.gf.impl.model.PDFDocumentImpl
All Implemented Interfaces:
PDFDocument

public class PDFDocumentImpl extends Object implements PDFDocument
Author:
Maksim Bezrukov
  • Constructor Details

    • 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 -
  • Method Details