Hello,
I spent hours to check the real height and width for Kindle 10th generation (800×600 167dpi display), with Kindle 5.14 firmware.
It is 570px wide and a height of 754px
So the command is
Code:
k2pdfopt -dpi 167 -w 570 -h 754 $INPUTFILE -o $OUTPUTFILE
Is it possible to add it as a device profile ?
Thanks