Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

PDF無法使用

  • billy58357
  • billy58357 的個人頭像 Topic Author
  • 訪客
  • 訪客
2008-07-08 14:29 #10535 來自 billy58357
billy58357 created the topic: PDF無法使用
Warning: TCPDF::include(C:\AppServ\www\test\language\pdf_fonts\fireflysung.php) [function.TCPDF-include]: failed to open stream: No such file or directory in C:\AppServ\www\test\libraries\tcpdf\tcpdf.php on line 1909

Warning: TCPDF::include() [function.include]: Failed opening 'C:\AppServ\www\test\language\pdf_fonts\fireflysung.php' for inclusion (include_path='.;C:\php5\pear') in C:\AppServ\www\test\libraries\tcpdf\tcpdf.php on line 1909
TCPDF error: Could not include font definition file
有大大能夠幫我解決這個PDF不能使用的問題嗎
小弟網址http://140.124.60.82/test
1.5.3繁中版

Please 登入 to join the conversation.

More
2008-07-08 18:15 #10542 來自 羽城君拉
羽城君拉 replied the topic: PDF無法使用

...

Please 登入 to join the conversation.

  • billy58357
  • billy58357 的個人頭像 Topic Author
  • 訪客
  • 訪客
2008-07-09 12:17 #10550 來自 billy58357
billy58357 replied the topic: PDF無法使用
大大我實在是英文太差阿> <
我下載了fireflysung.TTF後利用ttf2ufm.EXE轉檔
然後他說要用makefontuni.PHP開啟fireflysung.TTF和fireflysung.UFM
這一步我實在不會阿> <不知道是我翻錯了還是怎樣
可以教教我嗎

Please 登入 to join the conversation.

  • tw3c
  • tw3c 的個人頭像
  • 訪客
  • 訪客
2008-07-10 12:16 #10556 來自 tw3c
tw3c replied the topic: PDF無法使用

billy58357 寫了道:: 大大我實在是英文太差阿> <
我下載了fireflysung.TTF後利用ttf2ufm.EXE轉檔
然後他說要用makefontuni.PHP開啟fireflysung.TTF和fireflysung.UFM
這一步我實在不會阿> <不知道是我翻錯了還是怎樣
可以教教我嗎

執行以下指令:
c:>php -q makefontuni.php fireflysung.ttf fireflysung.ufm
就會自動產生 fireflysung.php fireflysung.z fireflysung.ctg.z 三個檔

Please 登入 to join the conversation.

  • billy58357
  • billy58357 的個人頭像 Topic Author
  • 訪客
  • 訪客
2008-07-10 20:26 #10563 來自 billy58357
billy58357 replied the topic: PDF無法使用
如何執行那個指令阿> <
QQ拜託大大說詳細一點

Please 登入 to join the conversation.

More
2008-07-11 12:19 #10570 來自 brightman
brightman replied the topic: PDF無法使用
1. fireflysung.TTF 利用 ttf2ufm.EXE 轉檔以後會產生以下三個檔案:
fireflysung.afm , fireflysung.t1a , fireflysung.ufm
轉檔程序是在ttf2ufm 檔案夾裡面產生的

2. 然後在終端機使用文字模式執行以下指令:
[root@www~]#cd /tcpdf/fonts/ttf2ufm -->進入欲執行指令的資料夾
[root@www~]#php -q makefontuni.php fireflysung.ttf fireflysung.ufm
即可產生 fireflysung.php fireflysung.z fireflysung.ctg.z 三個檔案

以上轉檔我是在 window 完成, Linux 沒有轉檔程式可運用
執行指令是在 linux 主機終端機文字模式下完成
其他過程不再綴述...
不過 PDF 檔案還蠻大的 6.6mb

Please 登入 to join the conversation.

  • billy58357
  • billy58357 的個人頭像 Topic Author
  • 訪客
  • 訪客
2008-07-11 12:37 #10571 來自 billy58357
billy58357 replied the topic: PDF無法使用
非常感激大大的詳細解說> <
雖然小弟我對於啥式主機終端機不太懂
但我會試著用DOS執行看看

Please 登入 to join the conversation.