When I process the attached HTML file using the method below, i get the attached PDF file which has chinese character set instead of english.
Dim options As HtmlLoadOptions = New HtmlLoadOptions
Dim pdfDocument As Aspose.Pdf.Document = New Aspose.Pdf.Document(FileName, options)
pdfDocument.Save(PDFName)