ArthurHub / ArthurHub/HTML-Renderer
Why cannot support Chinese when convert html to PDF? 支持中文?
Aperta
bug
PDF
- Lingua principale
- C#
- Stelle
- 1.4k
- Fork
- 550
- Merge medio
- 14g 9h
- PR unite (30g)
- 1
Descrizione
Can you tell me how to support Chinese ?
` var htmlStr = "
Support Chinese,支持中文 PDF.
";
PdfDocument pdf = PdfGenerator.GeneratePdf(htmlStr, PageSize.A4);
pdf.save("zh.pdf");
`
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.