Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

HTML incorrectly converting to PDF Chinese characters when source file is in english

$
0
0
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)

Viewing all articles
Browse latest Browse all 3131

Trending Articles