|
CUSTOMIZING K2PDFOPT USING THE COMMAND LINE
You can also choose to run k2pdfopt.exe from
the Windows (or Linux or OSX) command (terminal) shell, e.g.
C:\MyDocs> k2pdfopt myfile.pdf -ui- -j 0 -w 480 -h 800 -bpc 2
You'll need to move k2pdfopt.exe to a folder which is in your
command path.
Some other examples:
C:\MyDocs> k2pdfopt *.pdf -ui- -odpi 250
(Converts all files ending in .pdf using output dpi of 250.)
C:\MyDocs> k2pdfopt myfile1.pdf myfile2.pdf myfile3.pdf -ui- -col 1
(Converts myfile1.pdf, myfile2,pdf, and myfile3.pdf using no multi-column detection.)
|
|
|