Markdown2Pdf icon indicating copy to clipboard operation
Markdown2Pdf copied to clipboard

why chinese MardownFile can't convert to pdf

Open Yfygithub opened this issue 6 years ago • 1 comments

i try to convert chinese MardownFile to pdf but get messy code in pdf,what‘s wrong with it?

Yfygithub avatar Aug 02 '18 08:08 Yfygithub

you should make sure you have the chinese font-family, if not, add it ITextFontResolver fontResolver = renderer.getFontResolver(); fontResolver.addFont("font/simsun.ttc", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED);

and the html should add follow code `

`

henryhqhuang avatar Jan 19 '19 07:01 henryhqhuang