Print Page | Close Window

czech 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=330
Printed Date: 18 May 24 at 10:58PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: czech characters
Posted By: Soren
Subject: czech characters
Date Posted: 23 Feb 06 at 8:39AM

Hi

I am trying to create a document which contains special characters - in this case it is some special czech characters. What happens is the special characters are not shown correct in the PDF file.

Have anybody any experience with this they are willing to share?

Br

Soren




Replies:
Posted By: Ingo
Date Posted: 23 Feb 06 at 10:55AM
Hi!
Sorry... Only (perhaps a helping question)... Is the czech font embedded? If this special font is installed on the local pc - okay. If not the font must be embedded in the pdf?
Good luck,
Ingo



Posted By: dsola
Date Posted: 24 Feb 06 at 9:11AM
Hi!
Had same problem with Croatian chars.
Try this

for nBr := 32 to 126 do ss := ss + CHR(nBr); {all chars}
Font := PDFDoc.AddSubsettedFont('Courier New', 16,ss);
PDFDOc.SelectFont(Font);

PDFDoc.DrawMultiLineText(1, 1, #13#10, PDFDoc.GetSubsetString(ss) );



-------------
registered QuickPDF user



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