Interface Document2ImagesConvertorPolicy

All Known Implementing Classes:
CommandLineConvertor, PdfboxConvertor

Converts a document file to PNG images, one image per page. The document images file name must begin with "page".
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convert(File documentFile, File folder)
    Convert the given document file to PNG images, one image per page.
    Get the list of mime types the convertor can convert
  • Method Details