ArthurHub / ArthurHub/HTML-Renderer
Why cannot support Chinese when convert html to PDF? 支持中文?
Abierto
bug
PDF
- Lenguaje dominante
- C#
- Estrellas
- 1.4k
- Forks
- 550
- Merge medio
- 14 d 9 h
- PR fusionados (30 d)
- 1
Descripción
Can you tell me how to support Chinese ?
` var htmlStr = "
Support Chinese,支持中文 PDF.
";
PdfDocument pdf = PdfGenerator.GeneratePdf(htmlStr, PageSize.A4);
pdf.save("zh.pdf");
`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.