Package gov.nasa.pds.tools.util
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 Summary
-
Method Summary
Modifier and Type Method Description URLgetTarget()Returns the URL of the target.booleanvalidateFileStandardConformity(String pdfBase)Validate if a PDF file conforms to PDF/A standard.
-
Constructor Details
-
PDFUtil
-
-
Method Details
-
getTarget
Returns the URL of the target. -
validateFileStandardConformity
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
-