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 expectedContent)
This method looks whether the JavaScript inside the each given PDF document contains the
string, given by the parameter.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsTo(java.io.File file)
This method reads the content of the input file and compares it to the JavaScript
inside each of the given PDF-document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsTo(java.io.InputStream input)
This method reads the content of the input stream and compares it to the JavaScript
inside each of the given PDF-document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsTo(java.io.Reader input)
This method reads the content of the reader instance and compares it to the JavaScript
inside each of the given PDF-document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.equalsTo(java.lang.String fileName)
This method reads the file given by the parameter and compares its content
to the JavaScript inside of each given PDF document.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.hasJavaScript()
This method verifies that each of the given PDF document has embedded JavaScript.
|
MultiDocumentJavaScriptValidator |
MultiDocumentValidator.hasJavaScript()
This method verifies that each given PDF document has embedded JavaScript.
|
MultiDocumentJavaScriptValidator |
MultiDocumentJavaScriptValidator.matchingComplete(java.lang.String expectedContent)
This function compares the content given by the parameter with the JavaScript
inside all given PDF documents.
|
Copyright (C) PDFUnit.com. See here for license.