Quote:
Originally Posted by sage79
Hello willus. I have another problem. When a text is in a box or a semi-box the conversion to a big text don't occour. here is a sample.
|
This is correct--k2pdfopt views boxes as being figures and does not attempt to re-flow them. There is an option to remove vertical lines from the document so that k2pdfopt will re-flow regions inside a box, but it may mean that some figures get interpreted incorrectly.
k2pdfopt -evl 1 myfile.pdf (removes free-standing vertical lines)
k2pdfopt -evl 2 myfile.pdf (removes vertical lines even if they are part of a box or frame)