Quote:
Originally Posted by VladimirS
Does anybody know how to prevent K2pdfopt from skipping white (empty) pages (in scanned or native pdfs)?
I use -mode copy -cmax 1.0 -g 1.0 -c- -neg- -s- to make bitmaped pages, but every white, empty page in
source pdf file gets skipped by k2pdfopt. Page can be scanned, with small scanning imperfections and gray tint, but whole page gets skipped by K2pdfopt. Destination pdf is all ok, but, without these pages. I would like to keep them also. Thank in advance 
|
A lot of the algorithms in k2pdfopt choke on a blank page, so that's probably why I chose to skip them, but I would have thought -mode copy kept them. I've added this to my bug list.