Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedFileValidator |
DocumentValidator.hasEmbeddedFile()
This method returns a validator which provides validation methods for embedded files.
|
EmbeddedFileValidator |
EmbeddedFileValidator.hasEmbeddedFile()
This method does what the name suggests.
|
EmbeddedFileValidator |
EmbeddedFileValidator.withContent(java.io.File expectedFilename)
Verifies that a file exists that has the same content as file, given by the parameter.
|
EmbeddedFileValidator |
EmbeddedFileValidator.withContent(java.lang.String expectedFileName)
Verifies that a file exists that has the same content as value of the parameter.
|
EmbeddedFileValidator |
EmbeddedFileValidator.withName(java.lang.String expectedFilename)
Verifies that a file exists with the name given by the parameter.
|
Copyright (C) PDFUnit.com. See here for license.