Actions
Patch #8312
closedSwitch to TCPDF from FPDF for PDF export
Start date:
2011-05-06
Due date:
% Done:
0%
Estimated time:
Description
This patch switches to TCPDF from FPDF in Japanese/Chinese/Korean (Thai) PDF.
I am expecting the following things by this patch.
- Improvement of maintainability
- Improvement of compatibility for Redmine plug-in
- new TCPDF API (writeHTML/writeHTMLCell)
Before¶
general_pdf_encoding | Class | Font name | Font type | Support locales | |
Not UTF-8 | FPDF | UHC,SJIS, GB, Big5, Helvetica | Non embedded | ja,ko,zh, zh-TW | FreeSans doesn't support Japanese/Chinese/Korean/Thai characters |
UTF-8 | TCPDF | FreeSans | Embedded | Others | Helvetica doesn't support Cyrillic |
After¶
general_pdf_encoding | Class | Font name | Font type | Support locales | |
Not UTF-8 | TCPDF | UHC,SJIS, GB, Big5, Helvetica | Non embedded | ja,ko,zh, zh-TW | FreeSans doesn't support Japanese/Chinese/Korean/Thai characters |
UTF-8 | TCPDF | FreeSans | Embedded | Others | Helvetica doesn't support Cyrillic |
Files
Related issues
Updated by Toshi MARUYAMA over 13 years ago
- Status changed from New to Closed
- Target version set to 1.2.0
Committed in r5721, thanks.
Actions