Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentAllFieldsValidator |
MultiDocumentAllFieldsValidator.allWithoutDuplicateNames()
This method checks for each given document that its formular does not have fields
with duplicates names.
|
MultiDocumentAllFieldsValidator |
MultiDocumentAllFieldsValidator.allWithoutTextOverflow()
This method checks for each given PDF document that the content of each of its field can be seen.
|
MultiDocumentAllFieldsValidator |
MultiDocumentAllFieldsValidator.hasFields()
This method checks that each given PDF has fields.
|
MultiDocumentAllFieldsValidator |
MultiDocumentValidator.hasFields()
This method checks that each given PDF has fields.
|
MultiDocumentAllFieldsValidator |
MultiDocumentAllFieldsValidator.hasSignedSignatureFields()
This method verifies that each given PDF document has signed fields.
|
MultiDocumentAllFieldsValidator |
MultiDocumentValidator.hasSignedSignatureFields()
This method verifies that each document of the given set of
PDF documents has signed fields.
|
MultiDocumentAllFieldsValidator |
MultiDocumentAllFieldsValidator.hasUnsignedSignatureFields()
This method verifies that each given PDF document has unsigned fields.
|
MultiDocumentAllFieldsValidator |
MultiDocumentValidator.hasUnsignedSignatureFields()
This method verifies that each document of the given set of
PDF documents has unsigned fields.
|
MultiDocumentAllFieldsValidator |
MultiDocumentAllFieldsValidator.matchingXML(java.io.File xmlFile)
Verifying that all fields, internally formatted as XML in exact the same way
as the extraction utility, matches the content of the file, given by the parameter.
|
MultiDocumentAllFieldsValidator |
MultiDocumentAllFieldsValidator.matchingXML(java.lang.String filenameXML)
Verifying that all fields, internally formatted as XML in exact the same way
as the extraction utility, matches the content of the file, given by the parameter.
|
MultiDocumentAllFieldsValidator |
MultiDocumentAllFieldsValidator.matchingXPath(XPathExpression xpath)
Verifying that all attributes of the current field, internally formatted as XML
in exact the same way as the extraction utility, matches the XPath-expression of
the given parameter.
|
Copyright (C) PDFUnit.com. See here for license.