TechNote/Etc.
[Dokuwiki] DW2PDF - Export PDF multibye language
harim~♥
2013. 6. 21. 16:16
Edit config.php for mPDF.
-bash-4.1$ cd $Dokuwik_Base/lib/plugins/dw2pdf/mpdf
-bash-4.1$ vi config.php
2. Change parameter 'false' to 'true' at line 43 ;
$this->useAdobeCJK = true;
3. All done.