hanneskod/libmergepdf

Compress function

urbanogilson opened this issue · 2 comments

Is there a way to compress the .pdf file?

sure you can always use gzip, zip or any other compression programm.

for php you can use https://www.php.net/manual/de/book.zip.php

There is no native support for compression in this lib, if that is what you are asking. You will need to look at other pdf sollutions for that. Hope you find what you are looking for.