Quantcast
Channel: MobileRead Forums - Reading and Management
Viewing all articles
Browse latest Browse all 23775

PDF converted with Calibre (from epub) is missing bold and italic

$
0
0
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:

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}
Bold is the same.

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
How can I bypass this Calibre bug and get PDFs with bold and italic text?

Viewing all articles
Browse latest Browse all 23775

Trending Articles