View Single Post
Old 11-20-2017, 09:42 PM   #1483
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 MarjaE View Post
Is there a dev code for the Kindle Dx?

"-dev ?" doesn't list the device codes.

"-dev kdx" isn't recognized.

"-mode copy -w 784 -h 1135" yields jagged results on the Kindle Dx, but smaller files than "-mode copy -opdi 300"

(though my own measurements suggest the pdfs can use just under 5.25", which at 150 dpi, suggest a -w just under 787, so 784 shouldn't be too far off. I'm tempted to try -w 1568 -h 2270 to see if it helps.)
k2pdfopt -dev ? should indeed list all of the devices (see example below). The device code for the Kindle DX is "dx", e.g. k2pdfopt -dev dx ...

.\k2pdfopt -dev ?

Available devices:
Kindle 1-5 (alias k2): 560 x 735, 167 dpi
Mark corners=1, Padding (l,t,r,b)=0,0,3,4

Kindle DX (alias dx): 800 x 1180, 167 dpi
Mark corners=1, Padding (l,t,r,b)=0,0,0,0


Kindle Paperwhite (alias kpw): 658 x 889, 212 dpi
Mark corners=1, Padding (l,t,r,b)=0,0,3,4

... (list truncated)
willus is offline   Reply With Quote