03-27-2009, 11:45 PM | #1 |
Guru
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
|
conversion script
I'm a bit unix stupid tonight. I'd like to recurse through a directory tree starting at the top and apply:
Code:
any2epub --base-font-size=14 filename Can someone jog my memory? |
03-28-2009, 02:54 AM | #2 |
creator of calibre
Posts: 44,565
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
From the Because I Can Dept.
Code:
calibre-debug -c "from calibre import walk; import os; os.system('any2epub ' + f) for f in walk('.') if f.endswith('.prc')]" |
Advert | |
|
03-28-2009, 04:06 AM | #3 | |
Guru
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
|
Quote:
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Import ebook conversion in python script | erollisi | Calibre | 1 | 08-19-2010 10:43 PM |
Simple Esperanto ePub conversion script? | amuzulo | ePub | 10 | 03-06-2010 03:54 PM |
Search Script | Gibbo | Lounge | 7 | 03-30-2009 05:36 PM |
iLiad Can't run my first script | ragdoll | iRex Developer's Corner | 4 | 01-28-2008 07:40 AM |
Would anyone be interested in this script... | coleman | Sony Reader | 2 | 07-26-2007 12:30 PM |