mocchi/pdf

此包已被废弃,不再维护。未建议替代包。

PDF转图像转换器

v0.1 2021-01-15 15:53 UTC

This package is auto-updated.

Last update: 2022-08-28 13:39:00 UTC


README

PDF转图像转换器

安装

git clone git@github.com:SineMah/mocchi-pdf.git

composer require mocchi/pdf
$file = new \Mocchi\Pdf\File('./file.pdf');

$file->convert(['width' => 800, 'quality' => 100, 'type' => 'png']);

选项数组

  • 宽度 (整数)
  • 高度 (整数)
  • 分辨率 (整数)
  • 类型 (字符串) jpg 或 png
  • 质量 (整数) 1 ... 100
  • 路径 (字符串)
  • 文件名 (字符串)
  • 页码 (整数)

mocchi-Pdf使用默认参数从源文件中覆盖PDF的值。

许可证

MIT