-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print Barcode Download PDF Shows Error #45
Comments
Refer to laravel snappy docs. |
Also on the sales - actions - pos invoice the print is not working, im debugging it but still cant find what's happening |
All the printing is using laravel snappy please check their setup process if you are using windows. |
Check the vendor/h4cc folder, there is a wkhtmltopdf folder. Download wkhtmltopdf on the internet, then extract it and the wkhtmltopdf folder will appear. Replace the wkhtmltopdf folder in vendor/h4cc with the wkhtmltopdf folder you just extracted. Then look for snappy.php in the config folder and direct the path to wkhtmltopdf.exe which is in vendor/h4cc/wkhtmltopdf/bin. |
The error message you're encountering indicates that the system is unable to find the specified path for the wkhtmltopdf executable. This typically happens when the path provided to wkhtmltopdf.exe is incorrect or the executable is missing from the specified location. Steps to Resolve the Issue:
Ensure that the binary path is correct. |
The exit status code '1' says something went wrong: stderr:
The text was updated successfully, but these errors were encountered: