Print Page | Close Window

Can't makes unicode characters!

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=911
Printed Date: 17 May 24 at 7:40AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Can't makes unicode characters!
Posted By: cjyh84
Subject: Can't makes unicode characters!
Date Posted: 19 Jun 08 at 10:42PM

Hi,

I've tried to render QuickPDF 5.22 activeX.
 
How can I make PDF document contained unicode character such as korean or chinese (in addition korean is two-byte character)
 
code :
 
$qp = new COM("iSED.QuickPDF");
$qp->UnlockKey(":D");
$qp->AddSubsettedFont('gulim', '5', '훈'); //gulim is korean font
$text = $qp->GetSubsetString('훈');
$qp->DrawText(100,100, $text);
$qp->SaveToFile('c:\test2.pdf');
 
------------------------------------------------------------------------------------
 
I want to writing korean word in pdf
If you could take a few minutes to answer my questions, I would really appreciate it. thank you.




Replies:
Posted By: Ingo
Date Posted: 20 Jun 08 at 1:55AM
Hi!
Sorry.... but as long as i know QP doesn't (really) support unicode.
Best regards,
Ingo



Posted By: cjyh84
Date Posted: 20 Jun 08 at 4:22AM
Oh dear~!
 
Thanks for being so concerned



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk