Ticket CQ50098
Visible to All Users

Export to pdf shows wrong character of Chinese(Traditional) words

created 18 years ago

First Name and Last Name includes Chinese and this displays correctly on screen and in the Print Preview, but not in the Acrobat PDF file

Answers approved by DevExpress Support

created 18 years ago (modified 12 years ago)

Hi,
Thank you for the sample project.
Please set your GridView.AppearancePrint.Row.Font property value to "Arial Unicode MS":

    gridView1.AppearancePrint.Row.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
    gridView1.AppearancePrint.Row.Options.UseFont = true;

I hope this will fix the problem. Please let us know your results.
Thanks,
Vito

    Comments (2)

      it is ok now, thanks a lot.

      DevExpress Support Team 18 years ago

        Hi,
        You are welcome!
        Thanks,
        Vito

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.