View Single Post
Old 10-04-2010, 06:06 PM   #72
lilman
Addict
lilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-books
 
lilman's Avatar
 
Posts: 326
Karma: 960
Join Date: Jul 2009
Location: Florida, US
Device: Kindle DX, iPad
Quote:
Originally Posted by jozicka View Post
please help me with command line (I'm lost a little bit)

I have on d:\temp2\asterix.cbr
I have installed d:\ImageMagick
I have on d:\Canti.properties for K3

I would like to create d:\temp3\asterix.cbr (or directly pdf) , which will be auto splitted and in correct size 800*600.

Can please somebody write the correct command line for this task?
So you have Canti.jar and Canti.properties in d:\. First read through Canti.properties and make any changes that you want (this is where you decide the image width and height, what formats to output to, etc.). Then open a command line to d:\ and run:
Code:
java -jar Canti.jar -parent_folder D:\\temp2\\asterisx.cbr\\ -title "Whatever the Title Is" -output_folder D:\\temp3\\
Oh, and make sure you have a rar handler installed on your system (see the readme for more information).
lilman is offline   Reply With Quote