Quote:
Originally Posted by MarjaE
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)