Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.containing(java.lang.String expectedJS)
This method looks whether the JavaScript inside each given PDF document contains the
expected String.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsTo(java.lang.String expectedJS)
This function compares the content given by the parameter with the
document level JavaScript of each given PDF document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsToSource(java.io.File expectedJS)
This method reads the file given by the parameter and compares it to
the document level JavaScript of each given PDF document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsToSource(java.io.InputStream expectedJS)
This method reads the input stream given by the parameter
and compares it to the document level JavaScript of each given PDF document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsToSource(java.io.Reader expectedJS)
This method reads the input given by the parameter
and compares it to the document level JavaScript of each given PDF document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsToSource(java.lang.String fileName)
This method reads the file given by the parameter and compares it to
the document level JavaScript of each given PDF document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.hasJavaScript()
This method verifies that each of the given PDF document has JavaScript
on document level.
|
MultiDocumentJavaScriptValidator |
MultiDocumentValidator.hasJavaScript()
This method verifies that each given PDF document has embedded JavaScript.
|
Copyright (C) PDFUnit.com. See here for license.