@DoNotObfuscate
public final class CertifiedForValidator
extends com.pdfunit.validators.AbstractValidator
For basic information about certified PDFs look here.
Modifier | Constructor and Description |
---|---|
protected |
CertifiedForValidator(com.pdfunit.internal.spi.IDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
CertifiedForValidator |
isCertified()
This method checks whether a PDF document is certified.
|
CertifiedForValidator |
isCertifiedFor(CertifiedFor expectedCertificiedFor)
This method compares the name of 'certified for' of the current document with
the given parameter.
|
protected CertifiedForValidator(com.pdfunit.internal.spi.IDocument pdfDocument)
public CertifiedForValidator isCertified()
@Guarded public CertifiedForValidator isCertifiedFor(CertifiedFor expectedCertificiedFor)
Copyright (C) PDFUnit.com. See here for license.