Quote:
Originally Posted by willus
Part of the problem is that your document dimensions seem very large--13 x 20 inch pages--this was making the default output size very large. I used -ds 0.5 to scale them down to a more normal page size. After that, it was a matter of using a high enough value for -gtr and a low enough value for -ws so that k2pdfopt could correctly split the rows and words, and also using autostraighten. This is what I ended up with:
k2pdfopt -ds 0.5 -as -r -dev kpw -gtr 0.05 -ws 0.25 file.pdf
|
WOW, it is great now. Thank you.
For this issue, if main problem was that file dimensions are large, then, how can we determine if file dimensions are ok or not?