The mobipocket tag has no wiki summary.
0
votes
3answers
514 views
PHP Library to Parse Mobi
Is there any freely available library for PHP which parses a .mobi file to get the:
Author
Title
Publisher
Cover
Edit:
To everyone who thinks this is an exact duplicate of Does a PHP Library ...
1
vote
1answer
252 views
get cover image of *.mobi or *.prc files
I'm trying to parse the mobi books, only want to get some information of the book, ie: title, author and cover (if any). I'm following mobi format spec.
Now, I can get the title and author correctly, ...
0
votes
0answers
64 views
mobipocket programmatically
Mobipocket provides tools to generate content in their popular file format for e-book readers like kindlegen. But what if I need to generate Mobipocket files programmtically?
Are there any ...
0
votes
1answer
576 views
How to read or parse .mobi file on iOS
I'm developing an iOS reader App and I want to support the .mobi file by Amazon.I search but find few things about parse .mobi file on iOS.Any help will be appreciated.
1
vote
1answer
324 views
How to get ISBN number from .mobi file with python
Is there any way of fetching the ISBN number from a .mobi book using python?
Maybe there is a way of reading the .mobi files directely with python and search for 10 ints which is the ISBN number? if ...
5
votes
2answers
447 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:
...
0
votes
1answer
1k 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
-1
votes
2answers
2k views
I want to write a script to convert my .mobi files to epub [closed]
Hey guys/girls,
I am in need of a script to turn my 100+ mobi files into epub.
I am currently using stanza (mac) to convert each file one by one.
I was wondering if someone could tell me how to do all ...
2
votes
1answer
382 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 ...
3
votes
1answer
1k views
Are there libraries or packages for creating .mobi files in a Java/Linux environment?
I'm trying to find a solution that offers either a Java api for writing .mobi files for sending to a Kindle, or something that's scriptable given a Linux environment. I have text data in a MySQL ...
3
votes
3answers
2k 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 ...
7
votes
3answers
9k 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) ...
0
votes
2answers
1k views
Output text as GIF or PNG for use in eBook
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, and ...