目前分類:CRM (2)

瀏覽方式: 標題列表 簡短摘要

使用 Adobe Reader 默任的中文字型,所以沒有夾帶字型。

一、修改 vtigercrm/include/tcpdf/fonts/arialunicid0.php  內容

原始內容:

$enc='UniJIS-UTF16-H';
$cidinfo=array('Registry'=>'Adobe','Ordering'=>'Japan1','Supplement'=>5);
include(dirname(__FILE__).'/uni2cid_aj16.php');

 

 

 

修改內容如下:

$enc='UniCNS-UTF16-H';
$cidinfo=array('Registry'=>'Adobe','Ordering'=>'CNS1','Supplement'=>0);
include(dirname(__FILE__).'/uni2cid_ac15.php');

 

 

 

 

二、修改   vtigercrm/vtlib/Vtiger/PDF/TCPDF.php 內容

原始內容:

$this->setFontFamily(' time ');
 

 

 

 

修改內容如下:

 $this->setFontFamily('arialunicid0');

 

完成輸出成果

 

pdf

Beenet 發表在 痞客邦 留言(0) 人氣()

vtiger CRM 是一套 100% 開放原始碼的客戶關係管理系統,最近安裝完成,遂將過程記錄下來。

1.下載Vtiger CRM

 www.vtiger.com

中文版下載

Beenet 發表在 痞客邦 留言(0) 人氣()