1

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

artem
  • 15,245
  • 33
  • 109
  • 179

3 Answers3

3

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,630
  • 6
  • 33
  • 57
3

One of the most rated DjVU library is here:

DjVuLibre

However is in C++.

Steve
  • 208,592
  • 21
  • 221
  • 278
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
  • 28,463
  • 8
  • 97
  • 113