# FileConversion **Repository Path**: gitopensource/FileConversion ## Basic Information - **Project Name**: FileConversion - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-02 - **Last Updated**: 2026-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FileConversion ## 基本介绍 PDF,Word文件转换工具 - pdf转word - pdf转image - word转html - word转image - word转pdf ## 使用 输入转换方法,文件路径,输出路径(输出路径如果输入'null'则为文件同目录下同名不同后缀文件) 转换方法可选项: - pdf2word - pdf2image - word2html - word2image - word2pdf 例如输入: ``` pdf2word D:\test\testpdf.pdf null ``` 控制台输出: ``` 转换方法: pdf2word 文件: D:\test\testFile.pdf 转换成功!文件路径: D:\test\testFile.doc ```