ArthurHub / ArthurHub/HTML-Renderer
Why cannot support Chinese when convert html to PDF? 支持中文?
Open
bug
PDF
- Dominant language
- C#
- Stars
- 1.4k
- Forks
- 550
- Avg merge
- 14d 9h
- Merged PRs (30d)
- 1
Description
Can you tell me how to support Chinese ?
` var htmlStr = "
Support Chinese,支持中文 PDF.
";
PdfDocument pdf = PdfGenerator.GeneratePdf(htmlStr, PageSize.A4);
pdf.save("zh.pdf");
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.