View Single Post
Old 01-21-2024, 09:59 AM   #21
Shohreh
Addict
Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.
 
Posts: 217
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
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?
Shohreh is offline   Reply With Quote