libriciel/seda2pdf

将SEDA消息转换为PDF文件

安装量: 1,548

依赖关系: 1

建议者: 0

安全: 0

类型:cakephp-plugin

1.2.1 2023-04-24 10:20 UTC

This package is auto-updated.

Last update: 2024-09-17 12:42:11 UTC


README

License pipeline status coverage report Maintenabilité Alerte

安装

sudo apt install xvfb xfonts-75dpi xfonts-base
wget https://ressources.libriciel.fr/deploiement/w/wkhtmltox-0.12.6-1.focal-amd64.deb
sudo dpkg -i wkhtmltox-0.12.6-1.focal-amd64.deb
wkhtmltopdf --version
composer config repositories.libriciel/seda2pdf git https://gitlab.libriciel.fr/libriciel/pole-archivage/seda2pdf.git
composer require libriciel/seda2pdf

使用

use Seda2Pdf\Seda2Pdf;

$generator = new Seda2Pdf($sedaFilename);
$generator->generate($destinationFilename);