Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentFontValidator |
MultiDocumentFontValidator.hasFonts()
This method verifies that each given PDF document has fonts.
|
MultiDocumentFontValidator |
MultiDocumentValidator.hasFonts()
This method verifies that each given PDF document has fonts.
|
MultiDocumentFontValidator |
MultiDocumentFontValidator.matchingXML(java.io.File xmlFile)
Comparing the font information of each given PDF with font information
of the XML file.
|
MultiDocumentFontValidator |
MultiDocumentFontValidator.matchingXML(java.lang.String filenameXML)
Comparing the font information of each given PDF with font information
of the XML file given by the filename.
|
MultiDocumentFontValidator |
MultiDocumentFontValidator.matchingXPath(XPathExpression xpath)
Verifying whether the font information of each given PDF document
matches the XPath-Expression given by the parameter.
|
MultiDocumentFontValidator |
MultiDocumentFontValidator.ofThisTypeOnly(FontType expectedFontType)
Validating whether the each of the given PDF document has fonts of only the font
type according to the parameter.
|
MultiDocumentFontValidator |
MultiDocumentFontNameValidator.withNameContaining(java.lang.String expectedName)
This method verifies that the expected name is part of the
current font name.
|
MultiDocumentFontValidator |
MultiDocumentFontNameValidator.withNameNotContaining(java.lang.String expectedName)
This method verifies that the expected name is not part of the
current font name.
|
Constructor and Description |
---|
MultiDocumentFontNameValidator(java.util.Vector<FontNameValidator> fontNameValidators,
MultiDocumentFontValidator backReference) |
Copyright (C) PDFUnit.com. See here for license.