BUG 9724 "Cut the words in PDF" SOLVED

- The words are cut when they reach the limit of the bottom margin
- Problem solved, If in an tag <td> there is a large string, exceeds
  above the bottom margin, this row passes to the next page
* Available from version 2.0.44
This commit is contained in:
Victor Saisa Lopez
2012-09-06 15:23:47 -04:00
parent 61a827a7dc
commit 093f6b9b26

View File

@@ -709,6 +709,7 @@ class OutputDocument extends BaseOutputDocument
fwrite($oFile, $sContent);
fclose($oFile);
define("MAX_FREE_FRACTION", 1);
define('PATH_OUTPUT_FILE_DIRECTORY', PATH_HTML . 'files/' . $_SESSION['APPLICATION'] . '/outdocs/');
G::verifyPath(PATH_OUTPUT_FILE_DIRECTORY, true);
require_once (PATH_THIRDPARTY . 'html2ps_pdf/config.inc.php');