I am using the ABCpdf.net component to convert HTML to PDF. Some of the HTML uses the Symbol font to display certain characters. Unfortunately, we are consuming HTML from a third-party manufacturer and cannot be changed.
My development environment displays the font correctly, but my production environment will not. It acts as if the font is not installed, although it is. If I create the same HTML code in Internet Explorer in a production environment, it will display just fine.
I tried to embed a font like .eot and provide the @ font-face style in the header. I tried using TheDoc.AddFont ('Symbol'). Any suggestions?
Product: ABCpdf.NET 7 x64
Production OS: Windows Server 2003 x64, IE8
OS for development: Win7 x64, IE8
samiz source
share