Currency : export PDF and CSV with currency for printing financial ledger listing(oneline)
This commit is contained in:
parent
dd8bc6750f
commit
18bb3ec046
7 changed files with 96 additions and 22 deletions
|
|
@ -271,7 +271,10 @@ if ( ! file_exists($ps2pdf) )
|
|||
/**
|
||||
* Outil pour manipuler les PDF
|
||||
*/
|
||||
$pdftk='/usr/bin/pdftk';
|
||||
if ( ! isset ($pdftk))
|
||||
{
|
||||
$pdftk='/usr/bin/pdftk';
|
||||
}
|
||||
if (file_exists($pdftk))
|
||||
{
|
||||
define ('PDFTK',$pdftk);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue