danfickle / danfickle/openhtmltopdf

Tamil font not rendering well.

Open
#925 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.2k
Forks
423
PR merge metrics
No merged PRs in 30d

Description

Font Used: [Noto Sans Tamil](https://fonts.google.com/noto/specimen/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()`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.