Tagged Questions
The mobipocket tag has no wiki summary.
5
votes
3answers
5k views
Binary file IO in python, where to start?
As a self-taught python hobbyist, how would I go about learning to import and export binary files using standard formats?
I'd like to implement a script that takes ePub ebooks (XHTML + CSS in a zip) ...
3
votes
3answers
169 views
CHM format alternatives?
Microsoft CHM format is great as provide such facilities:
Table of contends with tree view.
Index.
Indexed search.
Based on HTML source.
But this format is outdated and have many drawbacks:
...
3
votes
3answers
876 views
Does a PHP library exist to work with PRC/.mobi files?
I'm writing a WordPress plugin to create an eBook from a selected category in most major eBook formats. I would like to support MobiPocket since that's the format used by the Kindle but I'm not sure ...
1
vote
0answers
227 views
Is there an open-source implementation of the Dictionary Huffman compression algorithm?
I'm working on a library to work with Mobipocket-format ebook files, and I have LZ77-style PalmDoc decompression and compression working. However, PalmDoc compression is only one of the two ...
0
votes
0answers
48 views
Generating Mobipocket files programatically
Mobipocket provides tools to generate content in their popular file format for e-book readers. But what if I need to generate Mobipocket files programmtically?
Are there any open-source libraries ...
0
votes
1answer
249 views
How can i convert .prc file to .mobi file
I want to convert .prc file of mobipocket creator to .mobile format.
Please suggest me any tool.
Thanks
0
votes
2answers
765 views
Output text as GIF or PNG for use in eBook
BACKGROUND: My goal is to create an eBook that I can read with the Mobipocket reader on my Blackberry. The problem is that my text includes UTF-8 characters which are not supported on the Blackberry, ...