Class PDFUtil

java.lang.Object
com.jadice.web.util.PDFUtil

public class PDFUtil extends Object
Contains Utilities
  • Constructor Details

    • PDFUtil

      public PDFUtil()
  • Method Details

    • hasCollection

      public static boolean hasCollection(Document document)
      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