public class PdfUA1Checker extends Object implements IValidationChecker
The specification implemented by this class is ISO 14289-1
| Constructor and Description |
|---|
PdfUA1Checker(PdfDocument pdfDocument)
Creates PdfUA1Checker instance with PDF document which will be validated against PDF/UA-1 standard.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkFileSpec(PdfDictionary fileSpec)
Verify the conformity of the file specification dictionary.
|
protected void |
checkMetadata(PdfCatalog catalog) |
void |
validateDocument(ValidationContext validationContext) |
void |
validateObject(Object obj,
IsoKey key,
PdfResources resources,
PdfStream contentStream,
Object extra) |
public PdfUA1Checker(PdfDocument pdfDocument)
pdfDocument - the document to validatepublic void validateDocument(ValidationContext validationContext)
validateDocument in interface IValidationCheckerpublic void validateObject(Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, Object extra)
validateObject in interface IValidationCheckerprotected void checkFileSpec(PdfDictionary fileSpec)
fileSpec - the PdfDictionary containing file specification to be checkedprotected void checkMetadata(PdfCatalog catalog)
Copyright © 1998–2024 Apryse Group NV. All rights reserved.