Package com.jadice.web.util
Class PDFUtil
java.lang.Object
com.jadice.web.util.PDFUtil
Contains Utilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
hasCollection
(Document document) Checks if the given document (must be PDF) has a collection or not.
-
Constructor Details
-
PDFUtil
public PDFUtil()
-
-
Method Details
-
hasCollection
Checks if the given document (must be PDF) has a collection or not.- Parameters:
document
- the document (must be PDF)- Returns:
- true if the document has a collection, false if not
-