Hi, I'm using ABCpdf with c# .Net 2 and SQL 2005 db. What I do is extract html from a table in a db, add a doc.AddImageHtml(html) type of method and then open up a built up PDF. Works fine when using "english" text. Locally on my machine it works when rendering html containing say Japanese or Chinese text. However I deploy to a server and the rendering suddenly slows and anything other then "english" text opens up a PDF with blank spaces - the Japanese or Chinese not being embedded into the PDF. Any clues? I'm using on both server and local machine same ABCpdf component 7.0.3.4. Thanks, Deeds