Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
RenderedPageValidator |
DocumentValidator.asRenderedPage(PagesToUse pagesToUse)
This method prepareds the validation of PDF pages as rendered images.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(java.awt.image.BufferedImage renderedImage)
This method compares an image of a page with a defined page of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(java.io.File referencedImageFile)
This method compares an image of a page with a defined page of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(int upperLeftX,
int upperLeftY,
FormatUnit unit,
java.awt.image.BufferedImage expectedImage)
This method compares a rectangle of a page of the current PDF document to
the given image.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(int upperLeftX,
int upperLeftY,
FormatUnit unit,
java.io.File imageFile)
This method compares a rectangle of a page of the current PDF document to
the image, created from the file parameter.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(int upperLeftX,
int upperLeftY,
FormatUnit unit,
java.lang.String imageFileName)
This method compares a rectangle of a page of the current PDF document to
the image, created from the filename parameter.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImage(java.lang.String renderedImageFilename)
This method compares an image of a page with a defined page of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(java.awt.image.BufferedImage... renderedImages)
This method compares images of a one or more pages with defined pages of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(java.io.File... referencedImageFiles)
This method compares images of a one or more pages with defined pages of the current PDF.
|
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(int upperLeftX,
int upperLeftY,
FormatUnit unit,
java.awt.image.BufferedImage... renderedImages) |
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(int upperLeftX,
int upperLeftY,
FormatUnit unit,
java.io.File... referencedImageFiles) |
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(int upperLeftX,
int upperLeftY,
FormatUnit unit,
java.lang.String... renderedImageFilenames) |
RenderedPageValidator |
RenderedPageValidator.isEqualToImages(java.lang.String... renderedImageFilenames)
This method compares images of a one or more pages with defined pages of the current PDF.
|
Copyright (C) PDFUnit.com. See here for license.