![]() |
#1 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Aug 2014
Device: Kobo Glo
|
Page indexing error
Hi everyone
I have recently loaded a book onto my kobo glo and found that it is only showing up as a small image in the top right hand corner of the screen. Upon further investigation in Calibre I also found that the file was made up of a bunch of .png image files. This is usually fine with my e-reader but this time for some reason it was only detecting 2 pages for the entire book when there was a few hundred images. I have a feeling this causes the strange size of the page displayed but I am not too sure. Essentially how can I designate one .png image to each page and then display the image in the full size on the kobo? Any and all help would be appreciated ![]() |
![]() |
![]() |
![]() |
#2 |
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Convert to real text via OCR.
|
![]() |
![]() |
![]() |
#3 |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,543
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Or convert to CBR/CBZ (which is simply a rar/zip of the images). I think the Kobo Glo supports these formats?
|
![]() |
![]() |
![]() |
#4 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
|
Yes, all the Kobo devices support CBR/CBZ. And that sounds like the best format.
As to the problem, the missing pages usually mean there is an error in the code. A mismatched opening and closing tags can prevent the device from showing anything in the chapter after that point. For the display of the images, chances are they are being displayed as the code says. If there are no sizing attributes in the image tags, I think they will be displayed at their correct size. I am reading a book that has an image at the start of each chapter. The code is: Code:
<p> <img src="images/ffdl-07.jpg" class="pic-center"> </p> Code:
.pic-center { margin-left: auto; margin-right: auto; clear: both; display: block; } |
![]() |
![]() |
![]() |
#5 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
|
Auto margins give different results on different devices I think
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Page Error! | Dencarwill | Sony Reader | 5 | 04-02-2012 11:04 PM |
Help - Page Error | Dencarwill | Introduce Yourself | 5 | 04-02-2012 12:53 AM |
Page Error | Erik6048 | Sony Reader | 3 | 05-08-2010 05:47 AM |
PRS-600 Page error | keyblademaster | Sony Reader | 2 | 12-22-2009 05:59 PM |
Single page "Invalid Page!" error Sony-505 | 2percentright | Calibre | 5 | 07-29-2009 11:22 AM |