Cannot AddTextArea Korean Text

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Merger for COM/ActiveX (v5)  /  Cannot AddTextArea Korean Text

DynamicPDF Merger for COM/ActiveX (v5) Forum

 Aug 17 2010 9:23 PM
I'm using delphi7 in winXP Pro.

AddLabel is Same with AddTextArea.

only Korean Text Part does not show up.
I Used some Fonts and your sample source.
But I did not show up.

is there any other methods?

====================== Source =======================

     aDocument := CreateOleObject('DynamicPDF.Document');
     aDocument.LoadPdf(aFilePath);

//     aFont := aDocument.AddFont('C:\WINDOWS\Fonts\MALGUN.TTF');
//     aFont := aDocument.AddFont('C:\WINDOWS\Fonts\verdana.TTF');

     aStr := '?????.';  // Korean Text Does Not Show up. only last comma show up.
//     aStr := 'ABCDEF.';  // Alphabet Show up.

     aPage := aDocument.GetPage(1);

     aTextArea := aPage.AddLabel(aStr, 200, 200, 200, 12);

          aPage := aDocument.GetPage(1);

//          aTextArea := aPage.AddTextArea(aStr, 100, 100, 200, 12, DPDF_Font_HanyangSystemsGothicMedium, 12, clRed);
//          aTextArea := aPage.AddTextArea(aStr, 100, 100, 200, 12, aFont, 12);
//          aTextArea := aPage.AddTextArea(aStr, 100, 100, 200, 12);
//          aTextArea.Font := aFont;

    aDocument.DrawToFile('c:\abc.pdf');
 Aug 18 2010 12:59 PM
Posted by a ceTe Software moderator
Hello,

You can add Korean text to the PDF document without any problem using our DynamicPDF product. You will have to use any OpenType or Type1 fonts which has support for the text or characters you are adding. You can also try using the CJK font support we have in the API and that may work for you. The following two Korean font support is included as part of the Core Fonts:  DPDF_Font_HanyangSystemsGothicMedium, DPDF_Font_HanyangSystemsShinMyeongJoMedium


Thanks,
ceTe Software
 Aug 19 2010 4:19 AM
I Tested CJK Font, truetype, type1 sample source.
but it's not work.

when I open the Created PDF file with "Adobe PDF Reader"
the reader Popup Memssage dialogs
"Chinese Font XXXXX Needed, Install this Font?" -> in Korean Words.

after Installing the font, My Text Still does Not show up.

and...

I'm Using evolution copy.

refer to this link.
http://www.DynamicPDF.com/Products/MergerForCOM/FeatureChart.csp

TrueType Fonts
TrueType Font Sub-Setting

these two ability are not possible in standard version.

I guess that absence of these ability result in My Problem(Korean Text)


is evolution copy same with standard version in function and ability?

if it does.

My Problem(Korean Text) will occure in standard version. after Purchasing.

is this right?

 Aug 19 2010 8:50 AM
Posted by a ceTe Software moderator
Hello,

You will need to install the CJK fonts if they do not exist on the system. If you do not see the desired text after installing the fonts, the text you are adding has characters that are not included in the font. In this case, you will have to find some TrueType or Type1 font that has support for the characters that you are adding.

The evaluation edition of our product is fully functional. So you should be able to use all features supported by our product without any problem.



Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 9:09 AM.