DjvuNet
DjvuNet copied to clipboard
Fully managed djvu file reader
How to manipulate this usage code to convert many pages at once? DjvuDocument doc = new DjvuDocument(@"Mcguffey's_Primer.djvu"); var page = doc.Pages[0]; page .BuildPageImage() .Save("TestImage1.png", ImageFormat.Png); page.IsInverted = true; page .BuildPageImage()...
Good day! Please see how your package working with this file. There is one page. In DjView 4.9 opens it perfectly, but DjvuNet contains an empty bitmap. Thank you! P.S....
I'm getting an AccessViolationException while calling BuildImage on the first page and second (which seem to be bad-quality digitalized images) of a djvu file, is this "normal"? The faulty lines...
Error when using the sample code with some djvu files. The buildpagelist() fails...example file at following location.. http://www.djvu.com.pl/zgg/Czapa_nurnika/Czapa_nurnika_ms-p0s0t50_.djvu