Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Jon_Zucker@adobeforums.com #1
AxAcroPDF LoadFile contains Unicode (CJK) characters
I'm using AcroPDF.dll version 9.0 in my C#.Net Windows Forms application. I initialize an instance of the Adobe control, and use the LoadFile method to display the PDF file.
This has been working great for years. Now, though, I'm trying to display a file where the file name contains CJK characters.
I can view this file if I open it with the standalone Adobe Reader. The filename and the contents of the file both contain CJK characters, but it opens and renders just fine this way.
However, when I try to use the Adobe control, nothing happens. The Adobe control is not refreshed on the screen.
If I rename the same file so that its name contains only ASCII characters, then this method will successfully open and display the file. It seems that the problem is with file names that contain Unicode characters.
Can the Adobe AcroPDF control support Unicode filenames?
One other weird symptom: the LoadFile method returns "false" if I try to load a file with Unicode characters in the filename before successfully opening any other file. Once I have successfully opened a file with ASCII-only filename, then attempting to load a Unicode-named file will return "true" from the LoadFile method, even though the file still won't render.
Jon_Zucker@adobeforums.com Guest
-
AxAcroPDFLib.AxAcroPDF.LoadFile changes?
Sorry for the duplicate message (this is also posted in the Adobe Reader forum) Hi, I have made a Windows client application where I use the... -
Unicode characters above FFFF
How can I generate/display on a page/ Unicode characters based on unicode scalar values? I know ColdFusion function chr() works very good for... -
cfqueryparam unicode characters
I am storing Unicode characters in sqlserver. If I use : SELECT * table values WHERE a=N"#val1#" it works fine. However if I use: ... -
Unicode characters and ado.
I have an Access 2002 database which stores unicode characters. I am using adodb.recordset object to display these fields on a web page. If I were... -
entering unicode characters
I would really appreciate some help with this. I am using mozilla (1.2.1) with XFree86 (3.3.6). How can I enter a unicode character into mozilla?



Reply With Quote

