{"categories":["ebook","mobi","image","pdf","convert","pdftk","ebook-convert","linux","shell"],"image_url":null,"version":"1.0","blog_title":"pxkw.hatenadiary.com","title":"How to create .mobi after scanning images","published":"2014-09-06 16:28:32","provider_name":"Hatena Blog","provider_url":"https://hatena.blog","author_url":"https://blog.hatena.ne.jp/pixikawa/","author_name":"pixikawa","type":"rich","width":"100%","description":"Requirements convert # by imagemagic pdftk ebook-convert # by calibre Convert each image into pdf for file in `ls *.jpg`; do convert $file ${file%jpg}pdf; done; Integrate the pdfs pdftk *.pdf cat output integ.pdf Convert pdf to mobi ebook-convert integ.pdf .mobi","blog_url":"https://pxkw.hatenadiary.com/","url":"https://pxkw.hatenadiary.com/entry/2014/09/06/162832","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpxkw.hatenadiary.com%2Fentry%2F2014%2F09%2F06%2F162832\" title=\"How to create .mobi after scanning images - pxkw.hatenadiary.com\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","height":"190"}