aleex1848
Results
2
comments of
aleex1848
The password is being set correctly and can be found inside the .env file. It's only not shown in the setup-finished-ouput
I ran into the same problem with pdf version > 1.4 After looking at the code i noticed that ghostscript is called here by shell_exec() to convert such pdfs: https://github.com/GrofGraf/laravel-pdf-merger/blob/670e84d3157ac8ad831091ae0af72158780952bf/src/PDFMerger.php#L213...