Tagged Questions
The calibre tag has no wiki summary.
2
votes
4answers
150 views
batch convert and crop postscript to pdf
I know barely enough to survive in this digital world.
I have many one-page postscript files (graphs/images) I wish to convert to pdf and automatically crop to a narrow box. I'm on windows right now ...
1
vote
1answer
79 views
How do you debug pythonic GUI programs?
I want to debug a pythonic program, such as calibre. Normally, I was using pdb to debug from the console, but when I use pdb with pythonic GUI programs, the GUI part (canvas or what the heck it is) ...
1
vote
3answers
38k views
How can I copy a MOBI book onto an iPod touch so it can be read by the Kindle reader app? [closed]
Is it possible to copy MOBI files onto an iPod touch?
Can such files be read by the Kindle reader App?
I am reformatting a friend's novel so that it is readable on a Kindle. The ultimate goal is to ...
1
vote
1answer
977 views
How do you use any2mobi command line tool (part of Calibre) to make mobi files from HTML?
I am on MAC OS X 10.5.5. I installed Calibre, a tool for converting e-book files from one format to another. It has a GUI as well as command line tools. I am trying to run the command line tool ...
0
votes
0answers
338 views
Store the whole iOS Reference Library on Kindle?
I am trying to store the whole iOS Reference Library to a Kindle.
I got the docSet from: http://developer.apple.com/rss/com.apple.adc.documentation.AppleiPhone4_0.atom
And tried adding the ...
0
votes
1answer
462 views
Modify python USB device driver to only use vendor_id and product_id, excluding BCD
I'm trying to modify the Android device driver for calibre (an e-book management program) so that it identifies devices by only vendor id and product id, and excludes BCD.
The driver is a fairly ...