Download the PHP package iio/libmergepdf without Composer
On this page you can find all versions of the php package iio/libmergepdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iio/libmergepdf
More information about iio/libmergepdf
Files in iio/libmergepdf
Download iio/libmergepdf
More information about iio/libmergepdf
Files in iio/libmergepdf
Vendor iio
Package libmergepdf
Short Description Library for merging multiple PDFs
License WTFPL
Homepage https://github.com/hanneskod/libmergepdf
Package libmergepdf
Short Description Library for merging multiple PDFs
License WTFPL
Homepage https://github.com/hanneskod/libmergepdf
Please rate this library. Is it a good library?
Informations about the package libmergepdf
libmergepdf
PHP library for merging multiple PDFs.
Installation
Usage
Append the first ten pages of bar.pdf to foo.pdf:
Bulk add files from an iterator:
Merging pdfs of version 1.5 and later
The default FPDI
driver is not able handle compressed pdfs of version 1.5 or later.
Circumvent this limitation by using the slightly more experimental TCPDI
driver.
Using an immutable merger
Immutability may be achieved by using a driver
directly.
Known issues
- Links and other content outside a page content stream is removed at merge. This is due to limitations in FPDI and not possible to resolve with the current strategy. For more information see FPDI.
- TCPDI (as used in the TcpdiDriver for merging pdfs with newer features) does not seem to be maintained. This makes mergeing fragile for certain kinds of files, and error messages are often all but helpful. This package will not be able to fix issues in TCPDI. The long term solution is to switch to a different backend. Suggestions are very welcomed!
All versions of libmergepdf with dependencies
PHP Build Version
Package Version
The package iio/libmergepdf contains the following files
Loading the files please wait ....