ArthurHub / ArthurHub/HTML-Renderer

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

Ouverte
#99 4 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug PDF
Langage dominant
C#
Étoiles
1.4k
Forks
550
Merge moyen
14 j 9 h
PR mergées (30 j)
1

Description

Can you tell me how to support Chinese ?

` var htmlStr = "

Support Chinese,支持中文 PDF.

";

PdfDocument pdf = PdfGenerator.GeneratePdf(htmlStr, PageSize.A4);
pdf.save("zh.pdf");
`

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
csharp
Domaine
localization
Type d'issue
Fonctionnalité
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
25/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.