![]() |
2008-05-23
, 11:37
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#2
|
![]() |
2008-05-23
, 14:16
|
|
Posts: 3,220 |
Thanked: 326 times |
Joined on Oct 2005
@ "Almost there!" (Monte Christo, Count of)
|
#3
|
![]() |
2008-05-23
, 14:55
|
|
Posts: 701 |
Thanked: 21 times |
Joined on Feb 2006
@ Italy
|
#4
|
![]() |
2008-05-23
, 21:42
|
Posts: 54 |
Thanked: 11 times |
Joined on Feb 2008
|
#5
|
![]() |
2008-05-23
, 22:37
|
Posts: 4 |
Thanked: 1 time |
Joined on Apr 2008
|
#6
|
![]() |
2008-05-24
, 21:12
|
|
Posts: 701 |
Thanked: 21 times |
Joined on Feb 2006
@ Italy
|
#7
|
I use Plucker to generate pdb files with images every day as sort of an offline news reader. However, you have to have the Python PIL module installed (Python Image Library) so that Plucker can convert the images.
![]() |
2008-05-25
, 14:16
|
|
Posts: 538 |
Thanked: 168 times |
Joined on Dec 2007
@ Seattle
|
#8
|
I just converted a book in pdb using plucker but decided to stick with html because:
- pdb was not showing images
- html files just show better formatting, by indicating on the lower bar the position of each chapter, and keeping the CR when present in the original file
If anyone knows of options in plucker to show this (both images and formatting, I even read that html doesn't support images while pdb does while it appears that it is the oppposite) I'd like to convert all to pdb to have something interchangeable with my Zire 72 and at the same time something more compact.
![]() |
2008-05-26
, 14:15
|
|
Posts: 701 |
Thanked: 21 times |
Joined on Feb 2006
@ Italy
|
#9
|
If the webpage that I'm converting is all on one page then I use .html to save the page and have no issues with images. You just need to place the whole folder with images and html on your card. I do have to go in and edit the html - for image location if I've saved the page on my desktop and am now moving it to my SD card in my N810. However, if you save the page to .html directly on your Nokia then the images should be linked properly.
I use Sunrise when I'm wanting to save an entire website with multiple links and images. That's where Sunrise really shines. I've converted entire online textbooks to .pdb format.
![]() |
2008-08-24
, 20:03
|
|
Posts: 53 |
Thanked: 43 times |
Joined on Oct 2005
@ Helsinki, Finland
|
#10
|
I have a handful of .lit files which I want to use with FBReader. I converted them with convertlit but the resulting html in the OEB package (like many ebooks I have gotten my hands on) has hard returns on each line. This makes them flow poorly on the N800.
The OEB package uses an HTML file for its source and I don't know how to do this sort of fix on an HTML file. Each line is wrapped in a both paragraph and span tags.
clit <book>.lit <book>/ cd <book> zip ../<book>.oebzip
On straight text files could always do some search and replace combos to get rid of them and I always ended up with a, more or less, readable text.
The OEB package uses an HTML file for its source and I don't know how to do this sort of fix on an HTML file. Each line is wrapped in a both paragraph and span tags.
Thanks!