Quote:
Originally Posted by danilo93
Hi! It's me again! I would really like to thank you for all your work! It's amazing! Can you help me to solve this problem: I'm trying to scan one book, but the result that I get is really unsatisfying. See for yourself:
|
Markom's method of using Briss to crop your PDF before using k2pdfopt is probably the easiest. It can also be done using k2pdfopt's new
-cbox option. You can put this in the "Additional Options" box:
-cbox3-o .7,.6,5.6,8.3 -cbox1,2-e 2.3,.5,6,8.5
This crops pages 3 and 5 with one crop box and pages 1, 2, 4, and 6 with another crop box. The other options you then select with k2pdfopt (e.g.
-mode fitwidth) will then apply to those cropped regions.
See the
-cbox option on my
command-line usage page.