libriciel / seda2pdf
Transforme un message SEDA en fichier PDF
Installs: 3 490
Dependents: 1
Suggesters: 0
Security: 0
Type:cakephp-plugin
pkg:composer/libriciel/seda2pdf
Requires
- php: ^7.4 || ^8.1
- ext-dom: *
- ext-fileinfo: *
Requires (Dev)
- phpunit/phpunit: ^9.3.5
- dev-master
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-2464-absence-metadonnees
- dev-2444-demandeDEliminationModifXmlEtPdf
- dev-2440-demandeDeCommunicationModifXmlEtPdf
- dev-2348-parametrage_pdf
- dev-php83
- dev-2372-modification-xml-demande-restitution
- dev-asa2112-Modifier_certaines_parties_du_PDF_genere_par_asalae
This package is auto-updated.
Last update: 2025-10-24 07:26:02 UTC
README
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);