Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 02-09-2009, 12:58 AM   #16
starrigger
Jeffrey A. Carver
starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.
 
starrigger's Avatar
 
Posts: 1,355
Karma: 1107383
Join Date: Aug 2008
Location: Massachusetts, USA
Device: Lenovo Yoga Tab Plus, Droid phone, Nook HD+
Here's another minor issue--or maybe it's just a question. Another writer sent me her manuscript to read in RTF format, and I didn't like the way my PRS700 displayed it in terms of font size and spacing, so I converted it to EPUB. That made it much more readable in terms of font, but all the vertical (blank) line spacing disappeared, so chapters are squished together, etc. It's okay for my immediate purpose, but I wonder why it happened.

I've encountered the same problem in Mobi Creator with my own files, but not to such an extreme.
starrigger is offline   Reply With Quote
Old 02-09-2009, 01:11 AM   #17
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,826
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
RTF is a really bad format for e-books. You have to customize the conversion process for it. Basically that means you have to put in an XPath expression to detect chapters. Unfortunately there's no simple prescription for that, it depends on the individual RTF file.
kovidgoyal is offline   Reply With Quote
Old 02-09-2009, 03:14 AM   #18
starrigger
Jeffrey A. Carver
starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.starrigger ought to be getting tired of karma fortunes by now.
 
starrigger's Avatar
 
Posts: 1,355
Karma: 1107383
Join Date: Aug 2008
Location: Massachusetts, USA
Device: Lenovo Yoga Tab Plus, Droid phone, Nook HD+
Quote:
Originally Posted by kovidgoyal View Post
RTF is a really bad format for e-books. You have to customize the conversion process for it. Basically that means you have to put in an XPath expression to detect chapters. Unfortunately there's no simple prescription for that, it depends on the individual RTF file.
Hm. But aside from chapter detection, why do blank line spaces disappear? Why don't they get converted to something like html <br><br> tags?

I had the same problem when I used Mobi Creator to make .prc files from html source files. And when I when I used Framemaker to make tagged PDF files from Word docs. Never did reliably solve the problem.
starrigger is offline   Reply With Quote
Old 02-09-2009, 03:34 AM   #19
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,826
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Dunno I'd have to see the RTF to answer that
kovidgoyal is offline   Reply With Quote
Old 02-09-2009, 08:18 AM   #20
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,552
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
Unfortunately it looks as though the change to correct the Add Books dialog not hiding itself on Windows has only partly worked in 0.4.135!

The dialog now correctly updates itself at the different stages of the add process, but has still does not disappear at the end (on my system) although it had been doing so in my original testing of the patch submitted. It could also be due to small differences between my test/development environment and my normal "production" system which ahs no development tools installed. I wonder if there needs to be yet more calls to QApplication.processEvents() ? Perhaps in the main loop where the books are being added.

In fact, on my system at least, the adding process is quite slow so perhaps I should look at having a progress dialog displaying details of each book as it is added like it does when reading the metadata. If nothing else it would be a better progress indicator. Can you see an issues with doing that? I guess there might be an issue if the next level down is not meant to have normal gui access?

Last edited by itimpi; 02-09-2009 at 08:22 AM.
itimpi is offline   Reply With Quote
Old 02-09-2009, 10:54 AM   #21
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,826
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by itimpi View Post
Unfortunately it looks as though the change to correct the Add Books dialog not hiding itself on Windows has only partly worked in 0.4.135!

The dialog now correctly updates itself at the different stages of the add process, but has still does not disappear at the end (on my system) although it had been doing so in my original testing of the patch submitted. It could also be due to small differences between my test/development environment and my normal "production" system which ahs no development tools installed. I wonder if there needs to be yet more calls to QApplication.processEvents() ? Perhaps in the main loop where the books are being added.

In fact, on my system at least, the adding process is quite slow so perhaps I should look at having a progress dialog displaying details of each book as it is added like it does when reading the metadata. If nothing else it would be a better progress indicator. Can you see an issues with doing that? I guess there might be an issue if the next level down is not meant to have normal gui access?
Hmm I'm just going to refactor it to be in a separate thread. That should put an end to these issues once and for all.
kovidgoyal is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PP - Minor Issues Xerxes Astak EZReader 52 11-07-2009 10:12 PM
Calibre Issues pghaworth Calibre 21 04-17-2009 02:11 PM
Cybook with Calibre, minor problems taspool Bookeen 14 02-22-2009 06:43 AM
Calibre : minor suggestions carpii Calibre 14 12-16-2008 07:47 PM
Minor errors on calibre web site! itimpi Calibre 17 11-23-2008 05:01 PM


All times are GMT -4. The time now is 07:58 AM.


MobileRead.com is a privately owned, operated and funded community.