Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorValidator
Validator for the author property in PDF documents.
|
class |
CreatorValidator
Validator for the creator property in PDF documents.
|
class |
KeywordsValidator
Validator for keywords in PDF documents.
|
class |
ProducerValidator
Validator for the producer property in PDF documents.
|
class |
SubjectValidator
Validator for the subject property in PDF documents.
|
class |
TitleValidator
Validator for the title property in PDF documents.
|
Modifier and Type | Method and Description |
---|---|
PropertyValidator |
DocumentValidator.hasProperty(java.lang.String key)
This method verifies that the current PDF document has a property with
the key equals to the given parameter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiDocumentPropertyValidator.setMultiDocumentPropertyValidators(java.util.Vector<PropertyValidator> propertyValidators)
This method takes the validators create by subclasses.
|
Copyright (C) PDFUnit.com. See here for license.