Package com.itextpdf.kernel.pdf
Class FingerPrint
java.lang.Object
com.itextpdf.kernel.pdf.FingerPrint
Data container for debugging information. This class keeps a record of every registered product that was involved in the creation of a certain PDF file. This information can then be used to log to the logger or to the file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the registered products.boolean
registerProduct
(ProductData productData) Registers a product to be added to the fingerprint or other debugging info.
-
Constructor Details
-
FingerPrint
public FingerPrint()Default constructor. Initializes the productDataSet.
-
-
Method Details
-
registerProduct
Registers a product to be added to the fingerprint or other debugging info.- Parameters:
-
productData
- ProductData to be added - Returns:
- true if the fingerprint did not already contain the specified element
-
getProducts
Returns the registered products.- Returns:
- registered products.
-