| Package | Description | 
|---|---|
| com.pdfunit | 
 This is the main package for testing PDF documents. 
 | 
| com.pdfunit.font | 
 Filter for fonts and other classes dealing with fonts. 
 | 
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static IdentifiedBy | 
Constants.IDENTIFIEDBY_ALLPROPERTIES
Constant for filtering fonts. 
 | 
static IdentifiedBy | 
Constants.IDENTIFIEDBY_BASENAME
Constant for filtering fonts. 
 | 
static IdentifiedBy | 
Constants.IDENTIFIEDBY_EMBEDDED
Constant for filtering fonts. 
 | 
static IdentifiedBy | 
Constants.IDENTIFIEDBY_NAME
Constant for filtering fonts. 
 | 
static IdentifiedBy | 
Constants.IDENTIFIEDBY_NAME_TYPE
Constant for filtering fonts. 
 | 
static IdentifiedBy | 
Constants.IDENTIFIEDBY_TYPE
Constant for filtering fonts. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IdentifiedBy | 
IdentifiedBy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static IdentifiedBy[] | 
IdentifiedBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DocumentValidator | 
DocumentValidator.hasNumberOfFonts(int expectedNumber,
                IdentifiedBy filter)
This method does what the name suggests. 
 | 
MultiDocumentValidator | 
MultiDocumentValidator.hasNumberOfFonts(int expectedNumber,
                IdentifiedBy filter)
This method checks the number of fonts in each given PDF document. 
 | 
Copyright (C) PDFUnit.com. See here for license.