| Package | Description | 
|---|---|
| com.pdfunit | 
 This is the main package for testing PDF documents. 
 | 
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ComparedBy | 
Constants.COMPARED_BY_CONTENT
Kind of comparing embedded files of a test-PDF to a master-PDF. 
 | 
static ComparedBy | 
Constants.COMPARED_BY_NAME
Kind of comparing embedded files of a test-PDF to a master-PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ComparedBy | 
ComparedBy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ComparedBy[] | 
ComparedBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompareDocumentValidator | 
CompareDocumentValidator.haveSameEmbeddedFiles(ComparedBy comparedBy)
This method does what the name suggests. 
 | 
CompareEmbeddedFilesValidator | 
CompareEmbeddedFilesValidator.haveSameEmbeddedFiles(ComparedBy filter)  | 
Copyright (C) PDFUnit.com. See here for license.