1.5 PDF中文顯示(大家協助測試~)
- kochin
- Offline
- 白金會員
- kochin
- Offline
- 白金會員
不確定
另外生成PDF後文字的排版似乎也有些不整齊
因為 TCPDF 是用空白來自動排版,中文字之間沒有空白
而他的字體是抓新細明體顯示嗎???
用 Adobe Acrobat 的明體字型
是否能自訂字體???
可以,但 PDF 中會附上完整字型檔
那當1.5都是使用語系檔來變成中文的話
PDF的解決方案是否無法直接包含在主程式中呢?
如果 1.5.x 版內含的 TCPDF 更新到新版,應該可以把其他需要檔案放在語系檔。
Please 登入 to join the conversation.
- heres
- 訪客
- labman
- Offline
- 專家會員
- 文章: 86
- 謝謝您收到: 0
- hehaho88
- 訪客
圖片+中文皆正常顯示
但在這之前,其實我點pdf都沒反應
是另外在這裡:http://forum.joomla.org/viewtopic.php?p=1278608#p1278608
找到解決方法
希望對各位有幫助Just edit the file components/com_content/helpers/icon.php, then go to the pdf() function, and replace:
$attribs = "window.open(this.href,'win2','".$status."'); return false;";
By this:
//$attribs = "window.open(this.href,'win2','".$status."'); return false;";
$attribs = "_blank";
檔案大小也幾百kb而已(幾個簡單文字+原檔400多kb的圖片)
localhost測試(XAMPP)
memory_limit = 32M
allow_url_fopen = On
Please 登入 to join the conversation.
- wboys
- 訪客
測試!文章有圖片+中文文字!
成功下載PDF
但在沒有圖片的文章!只有中文文字就報錯了出現如下
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 4980736 bytes) in /home/boys/domains/SS.net/public_html/joomla2/language/pdf_fonts/uni2cid_ac15.php on line 16390
版本: 1.5.7
系統: Linux
Please 登入 to join the conversation.
- kochin
- Offline
- 白金會員
有些奇怪,字體沒有載入記憶體中,不應該用那麼多記憶空間。請問你的 pdf_fonts 裏面有些什麼檔案?wboys 寫了道:: 但在沒有圖片的文章!只有中文文字就報錯了出現如下
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 4980736 bytes) in /home/boys/domains/SS.net/public_html/joomla2/language/pdf_fonts/uni2cid_ac15.php on line 16390
Please 登入 to join the conversation.
- wboys
- 訪客
- kochin
- Offline
- 白金會員
Please 登入 to join the conversation.
- wboys
- 訪客
- kochin
- Offline
- 白金會員
那是因為 Joomla! 1.5.x 的 TCPDF 是較舊的版本,無法產生不嵌進字體的 PDF 檔案,因此我用新版的 TCPDF 取代。Joomla! 1.5.8 並沒有改動到 TCPDF 或叫用 TCPDF 的 PHP 程式。wboys 寫了道:: 請大大檢查下1.5.8 libraries\tcpdf文件!和你的很不同....
其他的文件!也有小許不同的..////
Please 登入 to join the conversation.
- wboys
- 訪客
- kochin
- Offline
- 白金會員
Please 登入 to join the conversation.
- wboys
- 訪客
- kiang
- Offline
- 中級會員
- 文章: 34
- 謝謝您收到: 0
$pdf->SetFont("msungstdlight", "", 18);
只是產生的 pdf 也只有 Acrobat Reader 可以看...^^ ,不知道有沒有其他內建中文字型的 pdf 閱讀程式
****************************************************
Finjon Kiang / 江明宗
Just This Computer Studio / 就這間電腦工作室
Website: ...
Please 登入 to join the conversation.