Issue with Font :- "Leelawadee UI"

HI @evgen.efimov In the absence of Ravi, I am working on this. I did take the 25.2.2
pre-release jar and tested with our Docker image. The issue still persist.
Attaching the generated pdf for your reference.

output.pdf (45.2 KB)

@kswati2206

Thank you for the response. We’ll take a look and update you.

Hello @kswati2206 ,

Could you confirm if you are setting the WordProcessingLoadOptions.setUseTextShaper(true) property during conversion? Without this property, the HarfBuzz plugin will not be triggered, and the necessary adjustments for rendering special characters will not be applied. If you have already set this property and are still getting an incorrect resulting PDF file, please share your updated demo project after all modifications. We have repeatedly tested this functionality using different Docker images with your original example, and in our tests, special characters were displayed correctly in the resulting PDF when using library version 25.2.2.

My bad, let me verify and confirm with setting the WordProcessingLoadOptions.setUseTextShaper(true) property.
Also, I get from the thread that this needs to be verified on AMD, is that correct?

@kswati2206 ,

You’re absolutely correct. At the moment, this plugin is only compatible with AMD and Intel architectures. Looking forward to your feedback!

Hi @evgen.efimov , We were able to verify this in our local dev environment with AMD architecture and issue seems to be fixed.

Hello @kswati2206 ,

Glad to hear that. Feel free to contact us if you have any other questions.