# FileConvertUtils **Repository Path**: myd123/FileConvertUtils ## Basic Information - **Project Name**: FileConvertUtils - **Description**: Java文件格式转换工具类 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-09 - **Last Updated**: 2023-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java文件格式转换工具包 #### 介绍 目前支持的格式: 1. dwg转pdf、png 2. word转pdf、png 3. excel转pdf、png 4. ppt转pdf、png 5. pdf转png、word #### 软件架构 1. dwg转pdf:采用Any DWG to PDF Converter Pro进行转换 2. office文件转pdf:采用JACOB进行转换 3. pdf转png:采用了PdfReader、Pdfbox等组件 #### 安装教程 1. 运行环境必须为Windows系统 2. 部署时需要将 /tools/ 目录下的dll文件 复制到jdk/jre/bin下面! (不放会报错:java.lang.NoClassDefFoundError: Could not initialize class com.jacob.com.Dispatch) 3. todo #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request