ottosmops/pdfunite

Glue PDFs together

v0.0.1 2021-08-23 09:47 UTC

This package is auto-updated.

Last update: 2024-04-24 18:13:16 UTC


README

GitHub license Scrutinizer Code Quality Code Coverage Build Status Latest Stable Version Packagist Downloads

Usage

$exitcode = Pdfunite::unite([$path_to_file1, $path_to_file2, ...], $path_to_result);

// if ($exitcode == 0) everything should be all right