define ("K_PATH_MAIN", $mainframe->getCfg( 'absolute_path' ).SEP."includes".SEP."tcpdf".SEP);
define ("K_PATH_MAIN", $mainframe->getCfg( 'absolute_path' ).SEP);
define ("K_PATH_FONTS", K_PATH_MAIN."fonts".SEP);
define ("K_PATH_FONTS", K_PATH_MAIN.SEP."includes".SEP."tcpdf".SEP."fonts".SEP);
I added it the above solution in Elxis main release. 2 more things to pay attention:1. The logo.png image is now taken from the main images/ directory and not from includes/tcpdf/images/ directory. So make sure there is always a "logo.png" file inside your images/ directory.2. A fix for the blank image constant:define ("K_BLANK_IMAGE", K_PATH_MAIN.SEP."includes".SEP."tcpdf".SEP."images".SEP."_blank.png");Now everything is fine.
OK John , Thank you To Amigamerlin : TCPDF of 2008.0 is an old version , You can replace the folder of tcpdf to 2008.1 one ... It will be update to newer version , Then you can replace the config file that I attached ...