HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

HTML to PDF - Font become bold in PDF

Open itkmanoj opened this issue 6 years ago • 2 comments

I am just converting HTML to PDF using HTML Renderer. However i am getting bold letters when we generate PDF in Demo Application. However it works correctly browser though Show Browser button or Open External button.

I am trying this only in Demo Application not any specific written code by myself.

Left Side of Screenshot is PDF and Right Side is Browser.

I have attached HTML Code here HTML.txt

This is my screenshot Example

Please help me to identify root cause of the issue.

itkmanoj avatar Sep 16 '19 14:09 itkmanoj

Hi! Have you resolved? I have the same problem, bold is not show in any way, I tried with b or strong tag and style font-weight: bold. Nothing!

robertosalemi avatar May 20 '20 21:05 robertosalemi

@itkmanoj - please remove in style "font-weight: 400;" and you won't get bold letters.

lbuczko avatar Feb 24 '21 08:02 lbuczko