Quote:
Originally Posted by pgodz
Hey! I'm trying to preserve the original layout but bitmap the image and the text. Is it possible to disable scaling?
Thanks!
|
This is exactly what "-mode copy" is for. Set the output page dpi with -odpi. E.g.
k2pdfopt -mode copy -odpi 300 myfile.pdf
...will bitmap each page at 300 dpi and store in the output file.