ArthurHub / ArthurHub/HTML-Renderer

Why cannot support Chinese when convert html to PDF? 支持中文?

未關閉
#99 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
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

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。