Package | Description |
---|---|
com.pdfunit |
This is the main package for testing PDF documents.
|
com.pdfunit.filter.page |
Classes to define filters for individual pages of an entire PDF document.
|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Class and Description |
---|
AnyPage
This class collects every page of a PDF document.
|
EvenPages
This class collects all even pages of a PDF document.
|
EveryPage
This class collects every page of a PDF document.
|
FirstPage
This class finds the first page of a PDF document.
|
LastPage
This class finds the last page of a PDF document.
|
OddPages
This class collects all odd pages of a PDF document.
|
Class and Description |
---|
AnyPage
This class collects every page of a PDF document.
|
EvenPages
This class collects all even pages of a PDF document.
|
EveryPage
This class collects every page of a PDF document.
|
EveryPageAfter
This class finds all pages after a given pagenumber of a PDF document.
|
EveryPageBefore
This class finds all pages before a given pagenumber of a PDF document.
|
FirstPage
This class finds the first page of a PDF document.
|
LastPage
This class finds the last page of a PDF document.
|
OddPages
This class collects all odd pages of a PDF document.
|
PagesFromTo
This class holds a range of page numbers of a PDF document
|
PagesToUse
Abstract superclass defining methods, to define and find pages for
subsequent tests, which are page dependent.
|
Class and Description |
---|
PagesToUse
Abstract superclass defining methods, to define and find pages for
subsequent tests, which are page dependent.
|
Copyright (C) PDFUnit.com. See here for license.