View Single Post
Old 10-18-2015, 10:45 PM   #1193
willus
Fuzzball, the purple cat
willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.
 
willus's Avatar
 
Posts: 1,303
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
Quote:
Originally Posted by oren64 View Post
How con I crop/remove the bottom of the page by 0.3in , I am using kobo glo 942px-4.42in height, i tried few options but it didn't work, the top works wall.
and how can skip the first 2 pages.

Code:
-cbox- -ibox- -cbox 0in,0.3in,0in,0in
I didn't make -cbox work the same way as the -m (crop margins) option, unfortunately. See the command-line usage page. You want this:

Code:
-p 3- -mb 0.3in
-p 3- to convert page 3 and up (skip first two page).
-mb 0.3in to crop the bottom 0.3 inches out.
willus is offline   Reply With Quote