View Single Post
Old 02-04-2017, 12:26 PM   #1356
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,303
Karma: 11087488
Join Date: Jun 2011
Location: California
Device: iPad
Quote:
Originally Posted by Kuang-che Wu View Post
FYI, my solution is a little inconvenient
  • the preview is upside-down.
  • if used with -cbox/-ibox options, k2pdfopt's GUI let me select the region at 0 degree and I have to swap the values due to -rt 90. I guess other options have similar problems.
Hope this could convince you to modify k2pdfopt
I'd rotate the whole thing before and after you process it, e.g.
Code:
k2pdfopt -mode copy -n -rt 90 srcfile.pdf
... before processing, and ...
Code:
k2pdfopt -mode copy -n -rt -90 processed_file.pdf
... after processing.
willus is offline   Reply With Quote