Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 03-08-2010, 08:03 PM   #1
fibrou
Member
fibrou began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Mar 2010
Device: entourage edge
older pdb file to epub conversion

I continue to have conversion problems with some older pdb files. The specific errors are below. I selected the line and paragraph settings found in other posts, but to no avail for here. What am I doing incorrectly?

Thanks in advance for any help that can be provided.

------------
ERROR: Conversion Error: <b>Failed</b>: Convert book 1 of 1 (The 7 Habits of Highly Effective People: Powerful Lessons in Personal Change)

Convert book 1 of 1 (The 7 Habits of Highly Effective People: Powerful Lessons in Personal Change)
Resolved conversion options
{'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0.0,
'book_producer': None,
'chapter': u"//*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|section|part\\s+', 'i')) or @class = 'chapter']",
'chapter_mark': u'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'disable_font_rescaling': False,
'dont_justify': False,
'dont_split_on_page_breaks': False,
'extra_css': None,
'extract_to': None,
'flow_size': 260,
'font_size_mapping': None,
'footer_regex': u'(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s* <a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)' ,
'header_regex': u'(?i)(?<=<hr>)((\\s*<a name=\\d+></a>((<img.+?>)*<br>\\s*)?\\d+<br>\\s*.*?\\s*)|(\\s* <a name=\\d+></a>((<img.+?>)*<br>\\s*)?.*?<br>\\s*\\d+))(?=<br>)' ,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x044DACB0>,
'insert_blank_line': False,
'insert_metadata': False,
'isbn': None,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0.0,
'linearize_tables': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'max_toc_links': 50,
'no_chapters_in_toc': False,
'no_default_epub_cover': False,
'no_inline_navbars': False,
'output_profile': <calibre.customize.profiles.SonyReaderOutput object at 0x044DAE90>,
'page_breaks_before': u"//*[name()='h1' or name()='h2']",
'prefer_metadata_cover': False,
'preprocess_html': False,
'pretty_print': True,
'print_formatted_paras': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': 'c:\\users\\john\\appdata\\local\\temp\\calibre_0. 6.44_6rz30e.opf',
'remove_first_image': False,
'remove_footer': False,
'remove_header': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'series': None,
'series_index': None,
'single_line_paras': True,
'tags': None,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: PDB Input running
on C:\Users\John\Calibre Library\Stephen R. Covey\The 7 Habits of Highly Effective People_ (219)\The 7 Habits of Highly Effective People_ - Stephen R. Covey.pdb
Python function terminated unexpectedly
No reader available for format within container.
Identity is VOLcCTx1. Book type is Unknown (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\utils\ipc\worker.py", line 99, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 24, in gui_convert
File "site-packages\calibre\ebooks\conversion\plumber.py", line 787, in run
File "site-packages\calibre\customize\conversion.py", line 211, in __call__
File "site-packages\calibre\ebooks\pdb\input.py", line 39, in convert
calibre.ebooks.pdb.PDBError: No reader available for format within container.
Identity is VOLcCTx1. Book type is Unknown
fibrou is offline   Reply With Quote
Old 03-08-2010, 08:38 PM   #2
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,864
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That error means that file format is not supported. Nor am I aware of any plans to add support for it, but user_none, who wrote the code for PDB conversion will have to confirm.
kovidgoyal is offline   Reply With Quote
Advert
Old 05-12-2010, 04:25 PM   #3
kkc0123
Junior Member
kkc0123 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2010
Device: Centro
Identity is VOLcCTx1. Book type is Unknown

This line indicates a PalmDOC meant to be opened with EZreader (Handheldmed or Intellectual Reserve), an old palm doc reader. These files are highly compressed. Tom Welch, the original developer of EZreader has expressed a willingness to have a converter developed for these old files. See here:
http://tech.lds.org/forum/showthread.php?t=1887
I personally have many books in this format and would love for Calibre to be able to convert them. Please consider it.
kkc0123 is offline   Reply With Quote
Old 05-13-2010, 09:48 PM   #4
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,488
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
If the format is documented it would not be difficult to add support for this format. However, the linked thread makes it sound like the compression algorithm might pose challenging. If something has been released I could look into the feasibility of supporting the format.
user_none is offline   Reply With Quote
Old 12-27-2010, 12:13 AM   #5
elderb0bj0e
Junior Member
elderb0bj0e began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2010
Device: Kindle3
Has there been any update to as to the support of these types of files? I know a lot of old Palm users would be grateful. If it is a matter of getting the code from Tom, I could help be a squeaky wheel.
elderb0bj0e is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PDB output conversion error silinthar Calibre 6 10-01-2010 02:18 AM
Quick and dirty conversion of html to epub WITH intra-file links Birdonawire ePub 2 06-18-2010 02:18 AM
Classic Converting .epub to .pdb file format ashalluri Barnes & Noble NOOK 3 05-27-2010 05:07 PM
Calibre 0.6.32 - pdb to epub conversion error niche99 Calibre 4 01-23-2010 12:13 PM
Secure .PDB file to file Kindle will read! Help! mbtravis63 Kindle Formats 2 01-17-2010 04:20 AM


All times are GMT -4. The time now is 04:41 AM.


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