An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
When i tried the copy the tamil text from the pdf and paste it somewhere else, it looks the same as the actual data. I believe this is a similar issue to #925 .
builder.withHtmlContent(htmlContent, ""); // Provide base URI if needed
builder.toStream(outputStream);
builder.run();
try (FileOutputStream fileOutputStream = new FileOutputStream(path)) {
fileOutputStream.write(outputStream.toByteArray());
}
PDF:
ACTUAL DATA: ஆண் குழந்தை தமிழ் பெயர்கள்
When i tried the copy the tamil text from the pdf and paste it somewhere else, it looks the same as the actual data. I believe this is a similar issue to #925 .
Font: https://fonts.google.com/noto/specimen/Noto+Sans+Tamil
CSS:
Java code: