You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
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 array (array('stdout' => '', 'stderr' => '', 'return' => '')) and the "getPdftkVersion" returns it directly instead of returning the "stdout" from it.