Support for Euro sign?

Can you use Euro signs (the sign €) in the generated PDF?

I'm trying this and it does not seem to work. The euro sign is substituted by something looking like ASCII code 170 (horizontal line with small vertical line to the right).


2 Replies

YG Yavanaarasi G Syncfusion Team January 31, 2008 08:56 AM UTC

Hi Adrian,

Thank you for your interest in Syncfusion products.

Can you use Euro signs (the sign €) in the generated PDF?

Yes. we can use Euro Signs in the generated PdF by using the following code snippet:


[C#]
System.Drawing.Font pdfFontResolve = new System.Drawing.Font("Courier New", 9, System.Drawing.FontStyle.Regular);
IPDFFont pdfFontC9 = doc.Fonts.Add(pdfFontResolve,true);


Also, Please refer the sample in the below that shows the Ero sign (€) in the PDF document:

http://websamples.syncfusion.com/samples/PDF.Web/6.1.0.34_Legacy/F71434/main.htm

Please try running the above sample and let me know if this helps.

Regards,
Yavana.G




JC Juan Carlos Sabstizagal May 10, 2010 08:59 PM UTC

Hi,
I have a document with a vertical text into a table, when I convert to pdf, I get a horizontal text. (View graph)
Any idea to resolv that????



pdf_001_33e84bc8.zip

Loader.
Up arrow icon