View Single Post
Old 05-04-2020, 09:13 PM   #1784
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 Shohreh View Post
The following doesn't do what I want, which is keep the original layout but simply remove the margins and widen the text to fit :

Code:
k2pdfopt input.pdf -m 0.8 -o output.pdf -p 30-40,70-75
Try this:

k2pdfopt -m 0.8 -mode fw -ls-

You can see what these options do on my command options listing page

PS. If you want to post a few pages from your source PDF file, I can verify what works best.
willus is offline   Reply With Quote