Tagged Questions
DjVu is an open file format designed primarily for scanned documents.
2
votes
1answer
331 views
Does anybody use DjVu files in their production tools?
When it's about archiving and doc portability, it's all about PDF. I heard about DjVu somes years ago, and it seems to be now mature enough for serious usages. The benefits seems to be a small size ...
1
vote
2answers
78 views
efficient image compression for pdf embedding with linux
I would like to compress scanned text (monochrome or few colours) and store it in pdf (maybe djvu) files. I remember that I got very good results with Windows/Acrobat and "ZRLE" compressed monochrome ...
1
vote
2answers
38 views
Printing Html documents
i have a task to print html documents i m using window.print() along with some CSS the problem i m facing is printing of object tag in which a .djvu file is loaded i m using self created djvu viewer ...
0
votes
3answers
79 views
DJVU reader from scratch. C#
I want to write your own djvu reader in C #. Prompt where to start?
Program write in C # (Winforms) in Visual Studio. The problem arises in that I do not understand how to read djvu. Or rather take ...
0
votes
1answer
30 views
Run djvulibre on iPhone?
Is it possible to run the djvulibre on iPhone. What should I do for XCode to use the lib? For example, to load the document.
0
votes
1answer
173 views
Working with DjVu with .NET (csharp)
I need to open DjVu files in my program, so I'm looking for some library. It must be free library, opensource would be better. When I tried to google it, I found only links to some books about .Net in ...
0
votes
0answers
58 views
Djvu annotation
WinDjView lists one of its features as: "User-created bookmarks and annotations".
How can I add a note ? (I already have WinDjView but don't know how.)
Or is there any other Djvu viewer with ...
0
votes
0answers
54 views
Library for parsing djvu files
Are there C++ or Java libs for parsing djvu files? I'm aware of DjvuLibre, but what about alternatives?
0
votes
1answer
313 views
Extract current page from Adobe Acrobat Reader and DejaVu Reader processes?
I want to make a C# program which will save bookmarks for pdf and djvu files.
How can I find out the current page number from the AcroRd32/DjVuReader process?
0
votes
2answers
1k views
how to extract text from djvu and other ebooks format (possibly in Python)
I have a collection of ebooks in djvu, pdf, chm format and I am looking for a way to search the keyword in the content. I have been researching around and find couple suggestion to parse pdf content ...
0
votes
3answers
893 views
Libraries for parsing PDF, PostScript, and/or DjVu
What I want to do is pretty simple: given a PDF/PS/DjVu file containing a paper/book, find the authors and title of the paper (any other metadata would be good, but less needed). This recognition ...