celo/ghost-pdf
Composer 安装命令:
composer require celo/ghost-pdf
包简介
PDF compression component
关键字:
README 文档
README
Library for compress PDF file using ghostscript.
Install
Install library through composer:
composer require celo/ghost-pdf
Usage
use Celo\GhostPDF\GhostPDF;
$gs = new GhostPDF($path);
$path_output_file = $gs->compress();
For max compression set first argument of compress function to true
Author
Christian Celora. Check my github at https://github.com/ChristianCelora
统计信息
- 总下载量: 737
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-19