Questions tagged [djvu]

DjVu is an open file format designed primarily for scanned documents.

DjVu (pronounced like déjà vu) is a computer file format designed primarily to store scanned documents, especially those containing a combination of text, line drawings, and photographs. It uses technologies such as image layer separation of text and background/images, progressive loading, arithmetic coding, and lossy compression for bitonal (monochrome) images. This allows for high-quality, readable images to be stored in a minimum of space, so that they can be made available on the web.

21 questions
53
votes
7 answers

Converting DJVU to PDF

I want to convert a DJVU document into a PDF document, separating and preserving the text layer and the images while also keeping the structure from the DJVU. How can I do this in Ubuntu? (I will then be using Calibre to convert to ePub/Mobi, so if…
hayd
  • 2,397
14
votes
3 answers

How can I determine the page count of odt, doc, docx and other office documents from the CLI?

It's easy to find the page count of a PDF document from the command line: pdfinfo sample.pdf | grep ^Pages: ... but I haven't been able to find a similar method for odt files and other office documents. Is there a way to programmatically determine…
Glutanimate
  • 21,763
13
votes
3 answers

How to highlight and annotate PDF and DjVu documents?

I am looking for some good software which can highlight and annotate PDF and DjVu files in Ubuntu.
7
votes
4 answers

How can I cut the margin of a PDF or djvu file for optimal booklet printing?

I have a file which has exaggerated margins. This forces me to print it as a booklet, otherwise I feel I'm waisting paper (a good size of the font allows me to do so). But if I print directly in booklet format I still get those large margins. How…
c.p.
  • 895
4
votes
1 answer

Command line utilities for djvu?

There is a nice utility called pdftk for combining pdf files, extracting portions of pdf files, and other routine conversions. Is there something similar that works on djvu format?
user246503
4
votes
1 answer

I can't see DJVU thumbnails in Xubuntu (13.10)

So the problem is as follows: I downloaded a certain number of Djvu books. When I open the location in Thunar, no thumbnail is shown. "Show thumbnails" option in Desktop Settings is enabled. PDF files are previewed correctly, and in…
3
votes
0 answers

How to install djvu plugin for firefox in Ubuntu 16.04?

Tried installing these packages: djview djview-plugin djvulibre-plugin But the plugin is not working. In Firefox Whenever I click a djvu file, Firefox asks to download that file. How can I fix it?
Devraj
  • 31
3
votes
1 answer

Bookmark pdf and djvu files

For pdf: How can I create outlines/bookmarks for and merge them into pdf files in either terminal or in GUI application in Ubuntu? For djvu: I know how to do the same thing for djvu files in terminal using djvused. I was wondering if there is some…
Tim
  • 26,107
2
votes
2 answers

Cannot open djvu files by qpdfview

I cannot open djvu files by qpdfview while qpdfview-djvu-plugin is installed. I really like qpdview and don't want to use other applications. Any suggestions?
Dante
  • 1,949
2
votes
2 answers

Comment & Highlight the PDF & DJVU files?

I have just started working with Ubuntu. My work includes a lot of books that to be read. Hence while reading, I need to --comment & highlight the characters in the form of PDF & DJVU file. I have installed Document Viewer and qpdfviewer. But both…
2
votes
3 answers

How to fix error in pdf2djvu: "Bogus memory allocation size"

I am using pdf2djvu to convert a pdf file into a djvu file, but got this error while trying to convert either bundled or indirect multi-page djvu file: $ pdf2djvu 1.pdf -o 1.djvu 1.pdf: - page #1 -> #1 Bogus memory allocation size $ pdf2djvu 1.pdf…
Tim
  • 26,107
2
votes
0 answers

How to convert DjVu to PDF without increasing file size?

I am satisfied with the tools I use for annotating/marking up PDF (highlighting and searching for text, mostly), which is why I want to convert my DjVu files to PDF. But the converters I have used always blows up the file size. And some do not even…
1
vote
1 answer

Why ocrodjvu's engine not found?

I run unsuccessfully in Ubuntu 14.04 LTS, trying to have better OCR of a DjVU document ocrodjvu --in-place document.djvu but get ocrodjvu: error: OCR engine (tesseract) was not found. I found out that this is probably related to some dependency…
1
vote
1 answer

How can I print to DjVu file as we do create PDF?

How can I print to DjVu file as we do create PDF using 'print' menu item of the programs?
Junaid
  • 525
1
vote
0 answers

how to determine dpi size of a pdf & djvu

As the title says how would I determine the dpi of a pdf or a djvu document? I am looking for a proper linux solution as opposed to running adobe acrobat professional under wine.
1
2