Changeset 396 for trunk/finance/bills.php
- Timestamp:
- Mar 3, 2012, 9:12:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/bills.php
r297 r396 192 192 function HtmlToPdf($HtmlCode) 193 193 { 194 $Output = shell_exec('echo "'.addslashes(FromUTF8($HtmlCode)).'"|htmldoc --no-numbered --webpage -- charset 8859-2 -t pdf -');194 $Output = shell_exec('echo "'.addslashes(FromUTF8($HtmlCode)).'"|htmldoc --no-numbered --webpage --no-embedfonts --charset 8859-2 -t pdf -'); 195 195 return($Output); 196 196 }
Note:
See TracChangeset
for help on using the changeset viewer.