I would like to convert a PDF file to .GIF using C# and magicknet.dll. I have added the reference to the MagickNet Dll to my project.
MagickNet.Magick.Init();
Ma
ImageMagick requires GhostScript to Interpret PDF files. If you want you can call the GhostScript dll directly (contact me via my profile, I will send you a c# wrapper)
Alternatively you can use the GhostScript command line or a commercial 3rd party component, eg the PDF libraries from Tall Components.