Download the PHP package alanalbert/office2pdf without Composer
On this page you can find all versions of the php package alanalbert/office2pdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package office2pdf
Office转PDF
该库基于Office(或WPS) COM组件,因此只支持Windows系统,其他系统可以考虑使用其他库,例如Open Office、PHPOffice。
安装
- Microsoft Office或WPS
- PHP配置开启
com.allow_dcom = true
- PHP配置
extension=php_com_dotnet.dll
(PHP 5.4.5之前的版本自带,不需要开启)
使用
composer require alanalbert/office2pdf
- 包含composer的自动加载文件
autoload.php
- 编写具体业务逻辑,如下(注意:Windows使用的中文编码为GBK,因此需要使用
iconv
函数进行编码转换):
方法
更多
如果需要使用更多功能,请参考微软office开发文档 (适用于WPS)。
All versions of office2pdf with dependencies
PHP Build Version
Package Version
No informations.
The package alanalbert/office2pdf contains the following files
Loading the files please wait ....