Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyPage
This class collects every page of a PDF document.
|
class |
AnyPageAfter
This class finds all pages after a given pagenumber of a PDF document.
|
class |
AnyPageBefore
This class finds all pages before a given pagenumber of a PDF document.
|
class |
EvenPages
This class collects all even pages of a PDF document.
|
class |
EveryPage
This class collects every page of a PDF document.
|
class |
EveryPageAfter
This class finds all pages after a given pagenumber of a PDF document.
|
class |
EveryPageBefore
This class finds all pages before a given pagenumber of a PDF document.
|
class |
FirstPage
This class finds the first page of a PDF document.
|
class |
IndividualPages
This class holds an array of independent page numbers of a PDF document.
|
class |
LastPage
This class finds the last page of a PDF document.
|
class |
OddPages
This class collects all odd pages of a PDF document.
|
class |
PagesFromTo
This class holds a range of page numbers of a PDF document
|
Modifier and Type | Method and Description |
---|---|
PagesToUse |
AnyPage.after(int lowestPageExclusive)
This method does what the name suggests.
|
PagesToUse |
EveryPage.after(int lowestPageExclusive)
This method creates all pages of a document which are higher
than the given pagenumber.
|
PagesToUse |
AnyPage.before(int highestPageExcluded)
This method does what the name suggests.
|
PagesToUse |
EveryPage.before(int highestPageExcluded)
This method creates all pages of a document which are lower
than the given pagenumber.
|
static PagesToUse |
PagesToUse.getPage(int pageInclusive)
This method does what the name suggests.
|
static PagesToUse |
PagesToUse.getPages(int... pages)
Creating an instance providing pagenumbers for all pages of a PDF document
given by the parameters.
|
PagesToUse |
PagesFromTo.to(int toPageInclusive) |
Modifier and Type | Method and Description |
---|---|
RenderedPageValidator |
DocumentValidator.asRenderedPage(PagesToUse pagesToUse)
Deprecated.
|
DocumentValidator |
DocumentValidator.containsImage(java.io.File imageFile,
PagesToUse pagesToUse)
Deprecated.
|
MultiDocumentValidator |
MultiDocumentValidator.containsImage(java.io.File imageFile,
PagesToUse pagesToUse)
Deprecated.
|
DocumentValidator |
DocumentValidator.containsImage(java.io.InputStream imageStream,
PagesToUse pagesToUse)
Deprecated.
|
MultiDocumentValidator |
MultiDocumentValidator.containsImage(java.io.InputStream imageStream,
PagesToUse pagesToUse)
Deprecated.
|
DocumentValidator |
DocumentValidator.containsImage(java.lang.String imageFileName,
PagesToUse pagesToUse)
Deprecated.
|
MultiDocumentValidator |
MultiDocumentValidator.containsImage(java.lang.String imageFileName,
PagesToUse pagesToUse)
Deprecated.
|
DocumentValidator |
DocumentValidator.containsOneImageOf(java.awt.image.BufferedImage[] allPossibleImages,
PagesToUse pagesToUse)
Deprecated.
|
MultiDocumentValidator |
MultiDocumentValidator.containsOneImageOf(java.awt.image.BufferedImage[] allPossibleImages,
PagesToUse pagesToUse)
Deprecated.
|
DocumentValidator |
DocumentValidator.hasFormat(DocumentFormat expectedFormat,
PagesToUse pagesToUse)
Deprecated.
|
MultiDocumentValidator |
MultiDocumentValidator.hasFormat(DocumentFormat expectedFormat,
PagesToUse pagesToUse)
Deprecated.
|
ImageValidator |
DocumentValidator.hasImage(PagesToUse pagesToUse)
Deprecated.
|
void |
MultiDocumentValidator.hasImage(PagesToUse pagesToUse)
Deprecated.
|
ImageValidator |
DocumentValidator.hasImage(PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
void |
MultiDocumentValidator.hasImage(PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
void |
DocumentValidator.hasNoText(PagesToUse pagesToUse)
Deprecated.
|
void |
DocumentValidator.hasNoText(PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
DocumentValidator |
DocumentValidator.hasNumberOfDifferentImages(int expectedNumber,
PagesToUse pagesToUse)
Deprecated.
|
DocumentValidator |
DocumentValidator.hasNumberOfDifferentImages(int expectedNumber,
PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
DocumentValidator |
DocumentValidator.hasNumberOfVisibleImages(int expectedNumber,
PagesToUse pagesToUse)
Deprecated.
|
DocumentValidator |
DocumentValidator.hasNumberOfVisibleImages(int expectedNumber,
PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
TextValidator |
DocumentValidator.hasText(PagesToUse pagesToUse)
Deprecated.
|
TextValidator |
DocumentValidator.hasText(PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
MultiDocumentTextValidator |
MultiDocumentValidator.hasText(PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
ComparePageValidator |
CompareDocumentValidator.haveSameAppearance(PagesToUse pagesToUse)
Deprecated.
|
ComparePageValidator |
CompareDocumentValidator.haveSameAppearance(PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
CompareDocumentValidator |
CompareDocumentValidator.haveSameFormat(PagesToUse pagesToUse)
Deprecated.
|
CompareDocumentValidator |
CompareDocumentValidator.haveSameImages(PagesToUse pagesToUse)
Deprecated.
|
CompareDocumentValidator |
CompareDocumentValidator.haveSameNumberOfImages(PagesToUse pagesToUse)
Deprecated.
|
ComparePageValidator |
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse)
Deprecated.
|
ComparePageValidator |
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse,
PageRegion region)
Deprecated.
|
ComparePageValidator |
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse,
PageRegion region,
WhitespaceProcessing whitespaceProcessing)
Deprecated.
|
ComparePageValidator |
CompareDocumentValidator.haveSameText(PagesToUse pagesToUse,
WhitespaceProcessing whitespaceProcessing)
Deprecated.
|
ComparePageValidator |
CompareDocumentValidator.restrictedTo(PagesToUse pagesToUse)
This method sets a page filter for the following validation process.
|
PageValidator |
DocumentValidator.restrictedTo(PagesToUse pagesToUse)
This method sets a page filter for the following validation process.
|
MultiDocumentValidator |
MultiDocumentValidator.restrictedTo(PagesToUse pagesToUse)
This method sets a page filter for the following validation process.
|
Copyright (C) PDFUnit.com. See here for license.