View Single Post
Old 04-16-2018, 11:56 AM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
If you're familiar with running command line tools you could convert the .jp2 files with ImageMagick (freeware).
  1. Install ImageMagick.
  2. Open a command prompt window.
  3. Use the cd command to change to the folder that contains the .jp2 files. E.g.
    Code:
    cd c:\images
  4. Enter the following command:
    Code:
    convert *.jp2 book.pdf
However, since the conversion is very slow (about 1-2 minutes for 10 .jp2 files) and produces rather large .pdf files (about 40MB for 10 .jp2 files), you might want to convert the book in batches.
Doitsu is offline   Reply With Quote