Quote:
Originally Posted by Shohreh
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.