Hello,
I use the following code:
using (MagickImageCollection images = new MagickImageCollection())
{
images.Read(@"C:\Header.pdf");
}
But I get ever the exception "No such file or directory @ error/pdf.c/ReadPDFImage/682",
but the file exists.
Also Load from stream or load a byte array do not work.
I use the 32 Bit Library Magick.NET-x86.dll. Are there some problems?
Thank you for help.
Greetings
Comments: ** Comment from web user: dlemstra **
I use the following code:
using (MagickImageCollection images = new MagickImageCollection())
{
images.Read(@"C:\Header.pdf");
}
But I get ever the exception "No such file or directory @ error/pdf.c/ReadPDFImage/682",
but the file exists.
Also Load from stream or load a byte array do not work.
I use the 32 Bit Library Magick.NET-x86.dll. Are there some problems?
Thank you for help.
Greetings
Comments: ** Comment from web user: dlemstra **
Did you install the latest version of Ghostscript? It looks likes Ghostscript is unable to process your image.