Interface PdfThumbnailGenerator

All Superinterfaces:
CheckedFunction<org.apache.pdfbox.pdmodel.PDDocument,Optional<byte[]>>
All Known Implementing Classes:
PdfThumbnailGeneratorImpl

public interface PdfThumbnailGenerator extends CheckedFunction<org.apache.pdfbox.pdmodel.PDDocument,Optional<byte[]>>
  • Method Summary

    Methods inherited from interface ddf.catalog.transformer.input.pdf.CheckedFunction

    apply