Quote:
Originally Posted by drizh
1. Output file size was significantly increased 5 Mb -> 117.8 Mb
|
As you figured out, the output size for bitmapped text re-flow is dominated by the resolution that you choose for the output page along with how many gray levels. If you can avoid text re-flow, you can likely reduce the size much further.
Quote:
Originally Posted by drizh
2. Part of the letters moved to the next page. (see 2.png)
|
Where k2pdfopt breaks lines is controlled by the -gtr option. Read up on that option and you can try adjusting it.
Quote:
Originally Posted by drizh
3. The gap between words is different if that word is from the end of the line in the original document.See 3_1.png (original document) 3_2.png (output document after wrapping)
|
Word spacing is probably most controlled by the output justification -- the -j option.