Changeset 635 for trunk/Modules/Finance/Bill.php
- Timestamp:
- Jan 19, 2014, 9:36:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Bill.php
r627 r635 20 20 function HtmlToPdf($HtmlCode) 21 21 { 22 $Output = shell_exec('echo "'.addslashes(FromUTF8($HtmlCode)). 22 $Encoding = new Encoding(); 23 $Output = shell_exec('echo "'.addslashes($Encoding->FromUTF8($HtmlCode)). 23 24 '"|htmldoc --no-numbered --webpage --no-embedfonts --charset 8859-2 -t pdf -'); 24 25 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.