1

Do you know any opensource libraries for DJVU? I can't find anything useful.

artem
  • 16,382
  • 34
  • 113
  • 189

3 Answers3

4

I created an open source Djvu library which is written in C#. It needs to be optimized a bit, but is fully usable. https://github.com/Telavian/DjvuNet

Telavian
  • 3,752
  • 6
  • 36
  • 60
3

One of the most rated DjVU library is here:

DjVuLibre

However is in C++.

Steve
  • 213,761
  • 22
  • 232
  • 286
2

As for open source DjVuLibre mentioned by Steve, you could find some pointers how to use it from .NET here - Creating simple c++.net wrapper. Step-by-step

As for paid libraries - you could look at: Caminova DjVu SDK for .NET Framework. This is not too expensive.

Community
  • 1
  • 1
Dmitry Pavlov
  • 30,789
  • 8
  • 97
  • 121