openhtmltopdf icon indicating copy to clipboard operation
openhtmltopdf copied to clipboard

Tamil font not rendering well.

Open peakkyblinder opened this issue 1 year ago • 0 comments

Font Used: Noto Sans Tamil Actual Output:

Screenshot 2023-04-08 at 4 40 24 PM

Expected output:

Screenshot 2023-04-08 at 4 39 05 PM

Code:

PdfRendererBuilder() .withW3cDocument(xmlDocument, null) .useFont(FONT_FILE, "noto-sans") .toStream(byteArrayOutputStream) .run()

peakkyblinder avatar Apr 08 '23 11:04 peakkyblinder