HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Font rendering quality › Re: Re: Font rendering quality
April 28, 2010 at 12:24
#27997
We spend quite a lot of time to find a workaround – unfortunately no success.
I could only recommend you to replace such translucent PNGs with transparent PNGs (have bit transparency mask instead of alpha channels), or GIFs or JPEGs.
If you have tons of images to convert, you may add on-a-fly image converter as a custom resource loader:
pd4ml-html-css-pdf-tips-tricks-f7/a-definition-of-custom-resource-loaders-t40.html
utilizing, for example, JAI library.