4

I have a bunch of PDF files that follow this kind of layout:

enter image description here enter image description here enter image description here

When I use k2pdfopt with options -dev kp3 -fc -j -1 -jf -1 0.75 -n- -wrap -hy -ws -0.2, I get this:

enter image description here

enter image description here

enter image description here

enter image description here

As you can see the text gets mangled when I go for 'fit to single column'. Am doing this so I can easily read the matter on Kindle. Looking at the original PDF screenshots, what options should I be using for optimal kindle reading pdf to be generated?

I have access to a jailbroken Kindle Paperwhite (PW3) and Mac OS X. No Windows.

Sindhu S
  • 143
  • 5

1 Answers1

4

Since this source has notes in the margins, use the -nl and -nr options. For this example, like so:

k2pdfopt -nl2e- -nr3o- source.pdf -o converted.pdf
willus
  • 291
  • 2
  • 4