Bold text are ignored from html to pdf
See original GitHub issueHello, it seens I can’t get the bold text in html files passed to the pdf. I tried different ways to get my text bold but none of the attempts were successful.
My attempts
- HTML element
<strong></strong>
- HTML element
<b></b>
- CSS property
font-weight: bold;
Maybe there is a problem?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:30
- Comments:34
Top Results From Across the Web
Unable to get Bold text using HTML to PDF converter from ...
I am using HTML to PDF converter from Select.Pdf (C#). http://selectpdf.com/. I have included text style() in html but eventually it is not...
Read more >HTML to PDF - bold and strong tags not working
I am trying to convert HTML to PDF doc using Aspose.pdf 10.9 version. and tags are not converted to bold text in PDF....
Read more >Font-weight:bold in textarea not working? - Pdfcrowd
I have a problem with font-weight inside text-area . ... Copy the following code to https://pdfcrowd.com/#convert_by_input and click the [Convert To PDF] ...
Read more >Convert to PDF always displying bold, ignoring styles and font
It's possible the PDF conversion is using Windows Fonts. Make sure the fonts you are using are available in your PC at OS...
Read more >Bold font is not shown in pdf output from word
Word will therefore not recognise it as bold when you export it to PDF because it already has a pre-defined weight, with that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
A solution that works for my needs : include in the HTML the google font link :
not perfect but it does the job for me
@sulaysumaria No it isn’t, but as I said above, it doesn’t effect production (on linux), only dev on my mac. So I don’t care.