
: Re: Conversion of djvu file into pdf file without increasing file size Why does converting a djvu file to pdf increase the size of the file? How can we convert a djvu to a pdf without increasing
The short answer is: PDF is not a good format for storing image data. The only reason that it is often used for doing so, is that it is one of the few formats (the other more well known ones are DjVu and TIFF), that allow you to store multiple (scanned) images in a single file.
The longer answer is that the possible storage of image data in PDF files is done in a less efficient way than is possible in the way DjVu does. So in general, unless the DjVu file is compressed inefficiently to start with, you will always get a bigger PDF file, or you get a much worse quality image.
The primary difference, apart from algorithms used for compression, is that an image in a DjVu file consists of multiple layers, each compressed separately, with optimized algorithms for the layer's data (monotone, color etc.), and recombined for display/printing. Especially on a page with characters (not selectable text associated with the characters) combined with images DjVu easily gets 20x smaller files at similar lossy quality.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Lorraine

: What can I do about Sigil breaking EPUB3 files Sigil is an EPUB2 editor, but that doesn't prevent people from editing EPUB3 files, which end up with broken OPF when you save them. Sigil development

: How can I use pdftk to make changes to my PDF ebooks? There are answers by asalamon74 (here), and by anthon (here, here and here), that use pdftk. I don't think I have pdftk installed on