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:
@@ -709,6 +709,7 @@ class OutputDocument extends BaseOutputDocument
|
|||||||
fwrite($oFile, $sContent);
|
fwrite($oFile, $sContent);
|
||||||
fclose($oFile);
|
fclose($oFile);
|
||||||
|
|
||||||
|
define("MAX_FREE_FRACTION", 1);
|
||||||
define('PATH_OUTPUT_FILE_DIRECTORY', PATH_HTML . 'files/' . $_SESSION['APPLICATION'] . '/outdocs/');
|
define('PATH_OUTPUT_FILE_DIRECTORY', PATH_HTML . 'files/' . $_SESSION['APPLICATION'] . '/outdocs/');
|
||||||
G::verifyPath(PATH_OUTPUT_FILE_DIRECTORY, true);
|
G::verifyPath(PATH_OUTPUT_FILE_DIRECTORY, true);
|
||||||
require_once (PATH_THIRDPARTY . 'html2ps_pdf/config.inc.php');
|
require_once (PATH_THIRDPARTY . 'html2ps_pdf/config.inc.php');
|
||||||
|
|||||||
Reference in New Issue
Block a user