View Single Post
Old 09-18-2011, 11:38 PM   #24
willus
Fuzzball, the purple cat
willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.willus ought to be getting tired of karma fortunes by now.
 
willus's Avatar
 
Posts: 1,273
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
Quote:
Originally Posted by johnnyb View Post
It works fine (and thx a lot for it)... only how am I able to append options on Mac? It seems it always interprets them as part of the file path and thus never makes use of them (justification is something I would really like to do)...
You should be able to create a script like so:
1. (Start terminal shell and type in 2 - 5 below)
2. cd Desktop
3. cat > k2pdfopt_custom
./k2pdfopt -ui -j 0 -odpi 250
<Ctrl-D>
4. chmod 755 k2pdfopt_custom
5. exit
Now k2pdfopt_custom should behave like k2pdfopt but with the new command line options (which are just an example). Add the -ui so that the interactive menu still comes up.
willus is offline   Reply With Quote