I'm going through k2pdfopt's
page.
Quote:
The output file size (in bytes) is large. Can I make it smaller?
With the default conversion, which allows text re-flow, every converted page is a bitmap, so the file size of the converted file is often larger than the original; however, many e-readers can process PDF files made up of bitmaps faster and with less memory overhead than the original PDF file, so you might still prefer this type of conversion. […] If you don't need text re-flow, you might try using a mode which converts using native PDF output.
|
→ When doing "text re-flow", does it 1) grab "text chunks" that sit outside the right margin, 2) move them leftwards + downwards, and 3) joins all the chunks into a bitmap — unless the user chose "
native PDF output", so text remains as PDF instructions?