Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
TaggingValidator |
TaggingValidator.andValue(java.lang.String expectedTagValue)
This method verifies that the tag infos of a PDF document contain a key-value
pair with the expected name and expected value.
|
TaggingValidator |
DocumentValidator.isTagged()
This method does what the name suggests.
|
TaggingValidator |
TaggingValidator.isTagged()
A tagged PDF contains a node with "/MarkInfo" of type dictionary with an entry "/Marked".
|
TaggingValidator |
TaggingValidator.with(java.lang.String expectedName)
This method verifies that a tag with the given name exists.
|
Copyright (C) PDFUnit.com. See here for license.