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