You are not logged in.
Pages: 1
Thank you , I can not deal with the matter with synpdf lib.
With PDFCreator can out put PDF files contains japanese chinese characters .
I have install all the fonts in my computer . with the demo ,i just put a button and a opendialog ,code as below:
if opendialog1.execute then
richedit.lines.loadformfile( opendialog1.filename )
else
exit;
--------------------------------
if the loaded rtf file is all english characters,it do well. if is contain chinese characters(I have install the chinese font library) it do not work.
I download pdfrichedit from http://synopse.info/forum/viewtopic.php?id=76 , with the demo rtf file testrtf.rtf ,it do good job. but when i input any asian language (japanese.chinese...), the pdf file does not show zhe asian language chars.
can you show me how to deal with the matter? with codes please or show me a new demo.
Pages: 1