php-pdftk-toolkit icon indicating copy to clipboard operation
php-pdftk-toolkit copied to clipboard

A PHP Wrapper Interface for the PDFTK command line utility (the manipulation of PDF files)

Results 2 php-pdftk-toolkit issues
Sort by recently updated
recently updated
newest added

First of all, thanks for your work on this my issue is when i tried to run the demo example2 i got the following error : Fatal error: Uncaught exception...

It seems to be a problem with "getPdftkVersion" method. The method should return a string but instead it returns an array. I think the problem appears because "_exec" returns an...