Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
AllFieldsValidator |
AllFieldsValidator.allWithoutDuplicateNames()
This method checks whether a PDF has formular fields with duplicates
names.
|
AllFieldsValidator |
AllFieldsValidator.allWithoutTextOverflow()
This method checks each field that all the containing text can be seen.
|
AllFieldsValidator |
AllFieldsValidator.hasFields()
This method does what the name suggests.
|
AllFieldsValidator |
DocumentValidator.hasFields()
This method does what the name suggests.
|
AllFieldsValidator |
AllFieldsValidator.hasSignedSignatureFields()
This method does what the name suggests.
|
AllFieldsValidator |
DocumentValidator.hasSignedSignatureFields()
This method does what the name suggests.
|
AllFieldsValidator |
DocumentValidator.hasUnsignedSignatureFields()
This method does what the name suggests.
|
AllFieldsValidator |
AllFieldsValidator.hasUnSignedSignatureFields()
This method does what the name suggests.
|
AllFieldsValidator |
AllFieldsValidator.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.
|
AllFieldsValidator |
AllFieldsValidator.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.
|
AllFieldsValidator |
AllFieldsValidator.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.