PDFs converted with Calibre (from epub) are missing bold and italic, which I need.
Epub on left, PDF on right:
![]()
As you can see it's missing bold and italic in the converted PDF. I don't really get why.
The code shouldn't pose any problems for Calibre:
Bold is the same.
How can I bypass this Calibre bug and get PDFs with bold and italic text?
Epub on left, PDF on right:

As you can see it's missing bold and italic in the converted PDF. I don't really get why.
The code shouldn't pose any problems for Calibre:
Code:
<p class="normal text"><i class="italic"><span xml:lang="NO-BOK" xmlns:xml="http://www.w3.org/XML/1998/namespace">TIPS! Har enkelte kostnader sammenheng med både lønnsinntekt og næringsinntekt, kan du eventuelt foreta en fordeling, feks at 75 prosent av denne konkrete kostnaden føres i næringsregnskapet, mens 25 prosent inngår som en del av minstefradraget i lønnsinntekt mv.</span></i></p>
Code:
.italic {font-style: italic}
Code:
ebook-convert book.epub book.pdf --preserve-cover-aspect-ratio --paper-size a4 --embed-all-fonts --base-font-size 10 --margin-bottom 40 --margin-top 50 --margin-left 50 --margin-right 50