Quote:
Originally Posted by pevoca
Hi! I have a problem. I don't undertand why text on the left is smaller then other in pdf.
-om 0.08 -m 1 -f2p -1 -gtr 0.008 -fc-
-ehl 1 -wrap+ -c -ocr- -col 1 -p 408-424 -odpi 182 -h 1024 -w 758
With this commands i was trying fix it, but with zero rezult. Also i protected picture with black box. Thank you for your help
http://www.filedropper.com/selection_1
And this problem i have with other pdf files with pictures on the left or right sides.
|
The link you posted is a result of the output from k2pdfopt, I take it? Do you have a link to the source file (or some pages from it)? The answer is that k2pdfopt cannot re-flow text next to a figure when you specify
-col 1. So it is forced to shrink the text next to the figure so that it all fits the width of your device. If you let it find multiple columns, the text size may be more consistent. Or, if you don't want multiple column detection, you can try
-mode fitwidth for a more consistent text size across a page.