Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiDocumentAuthorValidator
This class is a wrapper around the AuthorValidator to validate
the author in multiple PDF documents.
|
class |
MultiDocumentKeywordsValidator
This class is a wrapper around the KeywordsValidator to validate
keywords in multiple PDF documents.
|
class |
MultiDocumentSubjectValidator
This class is a wrapper around the SubjectValidator to validate
the subject in multiple PDF documents.
|
class |
MultiDocumentTitleValidator
This class is a wrapper around the TitleValidator to validate
the title in multiple PDF documents.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentPropertyValidator |
MultiDocumentPropertyValidator.hasProperty(java.lang.String key)
This method does fore each PDF document what the name suggests.
|
MultiDocumentPropertyValidator |
MultiDocumentValidator.hasProperty(java.lang.String key)
This method checks that each document of the given set of PDF documents
has the expected key.
|
MultiDocumentPropertyValidator |
MultiDocumentValidator.hasTitle()
This method checks that each document of the given set of PDF documents has a title.
|
Copyright (C) PDFUnit.com. See here for license.