ArthurHub / ArthurHub/HTML-Renderer
Why cannot support Chinese when convert html to PDF? 支持中文?
未关闭
bug
PDF
- 主要语言
- C#
- 星标
- 1.4k
- 派生
- 550
- 平均合并
- 14 天 9 小时
- 30 天内合并 PR
- 1
描述
Can you tell me how to support Chinese ?
` var htmlStr = "
Support Chinese,支持中文 PDF.
";
PdfDocument pdf = PdfGenerator.GeneratePdf(htmlStr, PageSize.A4);
pdf.save("zh.pdf");
`
贡献指南
这个仓库没有索引到贡献指南
调研方向
Begin with the PdfGenerator.GeneratePdf call and PdfDocument.save example in the issue, then trace the HTML-to-PDF rendering path involved in producing zh.pdf. Done means the supplied Chinese text, including 支持中文, renders correctly in the generated PDF.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- localization
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100