Quantcast
Channel: MobileRead Forums - Conversion
Viewing all articles
Browse latest Browse all 3969

Changing "Personal Doc tag" with ebook-convert CLI tool

$
0
0
When I use the Calibre GUI interface, I can change the "Personal Doc tag" from "[PDOC]" to "[EBOK]" so that ebooks show up as "Books" instead of "Documents" on my Kindle:
http://support.oreilly.com/oreilly/t...kindle_devices

However, I'm having a hard time doing this using the "ebook-convert" command line tool. I've tried all of the following:

Code:

ebook-convert input.epub output.epub --personal-doc=EBOK
ebook-convert input.epub output.epub --personal-doc=EBOK --tags=EBOK
ebook-convert input.epub output.epub --personal-doc='[EBOK]'
ebook-convert input.epub output.epub --personal-doc='[EBOK]' --tags='[EBOK]'
ebook-convert input.epub output.epub --personal-doc=''
ebook-convert input.epub output.epub --personal-doc='' --tags=''

Unfortunately none of those seem to work. Has anyone else been able to figure this out?

Viewing all articles
Browse latest Browse all 3969

Trending Articles