Class PDFUtil

java.lang.Object
gov.nasa.pds.tools.util.PDFUtil

public class PDFUtil
extends Object
A class that validate if a PDF file conforms to PDF/A standard.
  • Constructor Details

    • PDFUtil

      public PDFUtil​(URL target)
  • Method Details

    • getTarget

      public URL getTarget()
      Returns the URL of the target.
    • validateFileStandardConformity

      public boolean validateFileStandardConformity​(String pdfBase)
      Validate if a PDF file conforms to PDF/A standard.
      Parameters:
      pdfBase - The basename of the PDF file
      Returns:
      true if the PDF is PDF/A compliant, and false otherwise