libriciel/seda2pdf

Transforme un message SEDA en fichier PDF

Installs: 891

Dependents: 1

Suggesters: 0

Security: 0

Type:cakephp-plugin

1.2.1 2023-04-24 10:20 UTC

This package is auto-updated.

Last update: 2024-05-04 09:47:08 UTC


README

License pipeline status coverage report Maintenabilité Alerte

Installation

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

Utilisation

use Seda2Pdf\Seda2Pdf;

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