Quote:
Originally Posted by dhdurgee
I just processed a new issue with the revised command line and while it dealt well with most pages there were four pages with problems. I have attached these pages for your inspection in case the command line can be tweaked a bit more without causing problems elsewhere.
The command line as I used it with these pages was:
k2pdfopt -bpc 1 -cbox1 0,.52in -cbox2-9999 0,0 -m .11in,.04in,.14in,.6in -x -ch 1
Of the pages only one was a first page in a pdf file. You can distinguish that one by the extra information at the top above the page image.
Thank you again for your assistance and creating this tool.
Dave
|
Try -ch 0.5 (instead of -ch 1) and also adding: -evl 2
That will erase the verticle edges of the box around the boxed text on the one page and allow it to be re-flowed. The -ch 0.5 will break apart the shorter columns. You still have trouble with the first page because k2pdfopt is thinking that the text immediately after the black image is a caption for it and so doesn't break it into the separate columns. I don't have a control for this at the present time.