public interface IFileConverter
File convert(File srcFile, File destFile, FileConverterSettings settings) throws Exception
srcFile - 待转换的源文件destFile - 要转换成为的目标文件settings - 转换设置Exception - 转换过程中可能发生的各种异常Copyright © 2019. All rights reserved.