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 *djvu format :D
Asked
Active
Viewed 2,576 times
2 Answers
5
This is an old question, but I wanted to include that I just uploaded a fully managed Djvu reader written in C#. If you make improvements please share. https://github.com/Telavian/DjvuNet

Telavian
- 3,752
- 6
- 36
- 60
-
continued by https://github.com/DjvuNet/DjvuNet – Lei Yang Mar 20 '23 at 04:35
0
The following techniques may be useful.
First technique:
1) http://javadjvu.foxtrottechnologies.com/ djvu support for java
2) use ikvm.net to convert java code in dot net
it is tedious but can be tried and i think best method
Second technique:
http://twit88.com/blog/2009/02/28/open-source-windows-djvu-viewer/ a viewer to open djvu files
for more detail go through
sourceforge djvu
you can get basic details from here

Peter O.
- 32,158
- 14
- 82
- 96

Yasir Kamal
- 443
- 4
- 10
-
Yeah, I've seen the Java solutions, but... They are JAVA %) It's better to me to use C++ variants... – Mr.D Nov 05 '11 at 17:48