我需要找到一种方法来在转换为 DOCX 文件的过程中忽略 PDF 文档中的图片和照片。
我正在创建 FineReader Engine 的一个实例:
IEngine engine = Engine.InitializeEngine(
engineConfig.getDllFolder(), engineConfig.getCustomerProjectId(),
engineConfig.getLicensePath(), engineConfig.getLicensePassword(), "", "", false);
之后,我正在转换文档:
IFRDocument document = engine.CreateFRDocument();
document.AddImageFile(file.getAbsolutePath(), null, null);
document.Process(null);
String exportPath = FileUtil.prepareExportPath(file, resultFolder);
document.Export(exportPath, FileExportFormatEnum.FEF_DOCX, null);
因此,它会转换初始 pdf 文档中的所有图像。
UYOU
白板的微信
吃鸡游戏
相关分类