Do you know any opensource libraries for DJVU? I can't find anything useful.
Asked
Active
Viewed 2,946 times
3 Answers
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
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
-
C++ is good, but not for WP7 :) – artem Feb 27 '12 at 09:38