Quote:
Originally Posted by wifile
can k2pdfopt just crop the top's and bottom's blank margins ? nothing to with the left and right, or anything eles.
|
Technically it doesn't have options to do this, but you should be able to get something satisfactory. Try this:
k2pdfopt -mode trim -w 9in source.pdf
Make the
-w argument whatever you need to add whatever desired blank space you want for the left and right margins. E.g. if the text in your document is 7 inches wide, using
-w 9in will add an inch of blank margin on either side.