ArthurHub / ArthurHub/HTML-Renderer
Why cannot support Chinese when convert html to PDF? 支持中文?
Aberta
bug
PDF
- Linguagem predominante
- C#
- Estrelas
- 1.4k
- Forks
- 550
- Merge médio
- 14d 9h
- PRs com merge (30d)
- 1
Descrição
Can you tell me how to support Chinese ?
` var htmlStr = "
Support Chinese,支持中文 PDF.
";
PdfDocument pdf = PdfGenerator.GeneratePdf(htmlStr, PageSize.A4);
pdf.save("zh.pdf");
`
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- csharp
- Domínio
- localization
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100