TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
anto vinoth
1.2k
591
727
Thai letters not rendering properly
Dec 12 2017 6:21 AM
I'm using pechkin.dll for convert HTML to PDF but thai characters are rendering improperly.
Sample -
????????????
this word after convert showing as
?????????? ?#?(Thai fonts not displaying)
//SAMPLE CODE string html; html = html.Replace("Brnch", WebUtility.HtmlEncode("
????????????
"));
var pdf = pechkin.Convert(new ObjectConfig() .SetLoadImages(true) .SetZoomFactor(1) .SetPrintBackground(true) .SetScreenMediaType(true) .SetCreateExternalLinks(true) .SetIntelligentShrinking(true) .SetCreateInternalLinks(true) .SetCreateForms(true), System.Text.Encoding.UTF8.GetBytes(strHTML));
Reply
Answers (
0
)
Master Page -Page Refersh
SMTP Mail Server