public class Pdf20Checker extends Object implements IValidationChecker
| Constructor and Description |
|---|
Pdf20Checker(PdfDocument pdfDocument)
Creates new
Pdf20Checker instance to validate PDF document against PDF 2.0 standard. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPdfObjectReadyToFlush(PdfObject object)
Is
PdfObject ready to flush. |
void |
validate(IValidationContext validationContext)
Validate the provided
IValidationContext. |
public Pdf20Checker(PdfDocument pdfDocument)
Pdf20Checker instance to validate PDF document against PDF 2.0 standard.pdfDocument - PdfDocument to checkpublic void validate(IValidationContext validationContext)
IValidationCheckerIValidationContext.validate in interface IValidationCheckervalidationContext - the IValidationContext to validatepublic boolean isPdfObjectReadyToFlush(PdfObject object)
IValidationCheckerPdfObject ready to flush.isPdfObjectReadyToFlush in interface IValidationCheckerobject - the pdf object to checktrue if the object is ready to flush, false otherwiseCopyright © 1998–2025 Apryse Group NV. All rights reserved.