chenyanming / calibredb.el

Emacs calibre client - An Ebook Management Solution in Emacs.
GNU General Public License v3.0
318 stars 16 forks source link

发现有calibredb-conver书本格式转换命令是否可以使用? #55

Closed iT-Boyer closed 2 years ago

iT-Boyer commented 2 years ago
calibredb-convert
calibredb-convert-to-epub-dispatch

目前使用以上两个命令对当前图书转换,没有作用,这两个命令具体怎么使用?

chenyanming commented 2 years ago

Yes, calibredb-convert-* are updated as sub commands of calibredb-export-dispatch in version 2.11.0, please try to use calibredb-export-dispatch (bind to e) instead.

chenyanming commented 2 years ago

For example, under one epub file, press e p, and choose the destination folder, for example, ~/Desktop, a pdf file will be generated in ~/Desktop in the background.

You can check buffer *ebook-convert* about the converting status.

chenyanming commented 2 years ago

Feel free to reopen or create a new issue, if any other problems.