Interface ToPDFConverter

    • Method Detail

      • isDocumentSupported

        boolean isDocumentSupported​(String fileName)
        Is the specified document in the format on which the converter works?
        Parameters:
        fileName - the fileName or path to check its format is supported.
        Returns:
        true if the format of the document is supported by this converter, false otherwise.