Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Tue Apr 12, 2011 9:06 am

Hi, I have problem with Spire.doc. When I make a word documents and put in it, with spire.doc, characters with accents (àèìòù) I see only ?????. How can I resolve this blocking problem? Thanks.

docwhosv
 
Posts: 2
Joined: Thu Aug 05, 2010 9:49 am

Wed Apr 13, 2011 2:17 am

Hello docwhosv ,

Thank you for your inquiry.
We try to reproduce you problem, the problem can not be reproduced. Please provide more detail information to us, such as source code
or test file.
Test code and result,

Code: Select all
    Document doc = new Document();
            Section sec = doc.AddSection();
            sec.AddParagraph().AppendText("àèìòù");
            doc.SaveToFile("test.doc", FileFormat.Doc);
            System.Diagnostics.Process.Start("test.doc");
Jason Tan
Technical Support / Developer,
e-iceblue Support Team
User avatar

Jason.Tan
 
Posts: 30
Joined: Tue May 25, 2010 7:17 am

Return to Spire.Doc

cron