Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Doron_Tal@adobeforums.com #1
Add Unicode Text with PDETextAdd and PDEFontCreateFromSysFont
Hi Everyone,
I'm trying to write text into a PDF with the set of functions as used in this example:
<http://support.adobe.com/devsup/devsup.nsf/docs/52669.htm?OpenDocument>
I have two problems:
The first, is that I get exception error in the PDEFontEmbedNow function with Bad Parameter.
I have tried it with all other embed/subset/dont etc'... but nothing is working - still Bad Parameter.
The ONLY way the function works is when I change the Font Creation Attributes to:
kPDEFontCreateToUnicode | kPDEFontCreateEmbedded;
> Do you have any idea?
The second, problem is to embed unicode text. How do I do that?
I have tried to pass the unicode string to the PDETextAdd function, but I get garbage.
> Can you help me to find a way to add unicode text?
I'm working with Adobe Acrobat 7.05 SDK, and testing the plug-in on Adobe Acrobat 7.05 Professional (ME Version), on Microsoft Windows XP Pro SP2.
Many thanks,
Doron
Doron_Tal@adobeforums.com Guest
-
Adding Text to a PDF Doc. [Compiler Error]using PDETextAdd () Method
Hi, I'm trying to add some text to a PDF using the PDETextAdd() Method, but for some reason it doesn't recognize the first four parameters... ... -
PDETextAdd and Unicode
Hi, All! I have a Japanese text in Unicode an I want to use it with PDETextAdd. The thing is that I need to convert it to the font encoding (the... -
Unicode Text Issues with ASP/ADO
So I've got a nasty little problem with ADO in the old ASP platform. We are extending an existing web site to include a Japanese Language version. We... -
Unicode text and Photoshop 7 -- CS ????
It seems that Photoshop 7 cannot handle Unicode text characters properly. Can Photoshop CS handle Unicode? I need to create foreign language... -
Cocoa: simple HTML text to Unicode
I have an NSString. 99% of the time it contains just text. Sometimes one or more characters of the string will be encoded in HTML, like the... -
Leonard_Rosenthol@adobeforums.com #2
Re: Add Unicode Text with PDETextAdd and PDEFontCreateFromSysFont
Have you looked at the samples in the Acrobat SDK concerning font embedding and Unicode/ASText?
Leonard
Leonard_Rosenthol@adobeforums.com Guest
-
Doron_Tal@adobeforums.com #3
Re: Add Unicode Text with PDETextAdd and PDEFontCreateFromSysFont
Yes I did, but with no success either.
Doron
Doron_Tal@adobeforums.com Guest



Reply With Quote

