Thank you for both methods. Both of them perfectly eliminated horizontal line and likely in this way helped to workaround the small font issue (the line presence alone in the output was not an issue). The sudden alignment change still remained. Text alignment changed from "justified" to "left aligned" for the entire source page where there at the end is that horizontal line. Sometimes it affects not the entire source page but the chapter on the page before horizontal line. This remediated effectively by "-j +" which worked flawlessly.
Thank you so much for your really brilliant Application development and such a dedication to the support.
Quote:
Originally Posted by willus
Thank you for including screen shots and especially for including a source PDF. That makes it much easier to suggest things. There are a couple options.
1. Erase the line using the -ehl option: k2pdfopt -ehl 1 ... source.pdf
2. Set a minimum text row height using the -rhmin option: k2pdfopt -rhmin 1 ... source.pdf
Either one effectively removes the horizontal line from the output. BTW I used -ml 0.2 -mr 0.2 to get rid of the < > marks on the source pages, as you probably did also.
|