Quote:
Originally Posted by iceburn
Hello everybody, i'm just register but i read lots of pages.Frst of all thank you @willus for this program.But i have some problem while converting to pdf files.I try to 2 coulmns pages but inside some math formulas and character.That is ok no problem but i see vertical line on pages.But it just shown just left sides. that means i don't see right side becosue of i cant find hof to fix midle of the pages.i'm useing defutl mode. itry the change margins right-left-up-or bottom but icant fix it.i will send pm if it possibe.Could you give me options aboute that.sory me english not so good and i cant explane deeply my problem.i hope i can explane.Thnky you so much.Have nice weekand
|
@iceburn -- Welcome to MR forums! The documents you sent me (thank you!) have the advantageous features that they are very clean (machine generated) and that the column divide is always right in the middle, so assuming you mostly just care about the 2-column section of the document, this is a perfect use for a new k2pdfopt feature--crop boxes. Put the following in the "Additional options" box:
-cbox 0,0,.49s,1s -cbox .51s,0 -bp m
Also, select "fitwidth" from the "Conversion mode" menu and uncheck "rotate output to landscape".
This sets up two one-column-wide crop boxes on each page so that each column is processed separately and then processes each one in "fitwidth" mode. The "-bp m" will start a new output page after processing each column.
As an alternate conversion technique, you can then uncheck "native mode" and then add
-vb -1 to the "Additional options" box. That will remove some of the large gaps in the columns, but it will also prevent the output from being in native mode, so it will be bitmapped.