Converter
office文件(word/excel/ppt)以及文本文件转pdf文件
Install / Use
/learn @xiaosang/ConverterREADME
Converter
文件转换类DocConverter,该类主要是吧office文件(word/excel/ppt)以及文本文件转为pdf文件,即把后缀为.doc、.docx、.xlx、.xlsx、.ppt、.pptx的office文件和.txt、.html、.js等文本文件转换为后缀为.pdf的文件。
本类包含三个方法,第一个参数$srcfilename源文件的绝对路径(必选),第二个参数$destfilename目标文件的绝对路径(可选):
- DoctPdf($srcfilename, $destfilename) //Word和文本文件转PDF;
- ExceltPdf($srcfilename, $destfilename) //Excel转PDF;
- PPTtPdf($srcfilename, $destfilename) //PPT转PDF。
配置
1.php开启dcom扩展
- 打开php.ini,搜索php_com_dotnet和php_com_dotnet:
- extension=php_com_dotnet.dll //把前面的分号去掉;
- com.allow_dcom = true //改为true;
- 重启apache。
2.配置office组件服务
- 具体配置请看博客 -> 博客地址
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
