ArthurHub / ArthurHub/HTML-Renderer
Why cannot support Chinese when convert html to PDF? 支持中文?
オープン
bug
PDF
- 主要言語
- C#
- スター
- 1.4k
- フォーク
- 550
- 平均マージ
- 14日 9時間
- マージ済み PR(30日)
- 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