View Single Post
Old 11-20-2023, 01:51 AM   #1
bdoors
Junior Member
bdoors began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2023
Device: none
Calibre can't link to images or pdfs?

This valid code is in my HTML file that I submit as input to Calibre --

<a href="test.pdf">Test PDF</a>
<a href="test.jpg">Test JPG</a>

After I convert my input to EPUB and edit it, I see that Calibre has translated my input lines into this-

<a href="test.pdf" class="pcalibre calibre5 pcalibre1">Test PDF</a>
<a href="test.jpg" class="pcalibre calibre5 pcalibre1">Test JPG</a>

When I'm in the Calibre Reader and try to click on my links, Calibre brings up the browser and gives me these error messages --

https://calibre-internal.invalid/test.pdf
https://calibre-internal.invalid/test.jpg

Is Calibre not capable of displaying a linked image or PDF file?

Or am I doing something wrong?

Thank you.
bdoors is offline   Reply With Quote