4

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

Brian Rasmussen
  • 114,645
  • 34
  • 221
  • 317
Mr.D
  • 225
  • 1
  • 6
  • 15

2 Answers2

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
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