Font CharSet and Encoding

yesterday, A Chinese developer sent me WMF with Chinese character, and the FontFace name is also Chinese, he said the iTextSharp could convert the WMF to PDF correctly. so I try to debug into the source code, and find MetaFont only support ASCII.

try {
faceName = System.Text.Encoding.GetEncoding(1252).GetString(name, 0, [...]

Download Adobe Acrobat 9 Pro Extended Trail Now

Adobe Acrobat 9 Pro Extended and Adobe Acrobat 9 Pro are out, you can download it now.

Adobe Acrobat 9 Pro Extended is the complete PDF solution for business and technical professionals. It includes all the features and functionality of Acrobat 9 Pro, plus the ability to unify the widest range of content in a PDF [...]

Batch Import XML to MS Access Database

A requirement of my customer is as follow,

In access there’s the possibilities to import an xml file into a table but the problem is that the procedure is manual and is possible to import a file once a time. I ask you if you can develop a VB utility trough out I can select [...]