Invoice PDF rendering
This commit is contained in:
19
config/snappy.php
Normal file
19
config/snappy.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'pdf' => array(
|
||||
'enabled' => true,
|
||||
'binary' => '/var/www/html/vendor/bin/wkhtmltopdf-amd64',
|
||||
'timeout' => false,
|
||||
'options' => array('print-media-type' => true),
|
||||
'env' => array(),
|
||||
),
|
||||
|
||||
'image' => array(
|
||||
'enabled' => true,
|
||||
'binary' => '/var/www/html/vendor/bin/wkhtmltoimage',
|
||||
'timeout' => false,
|
||||
'options' => array(),
|
||||
'env' => array(),
|
||||
),
|
||||
];
|
Reference in New Issue
Block a user