Where to start? I have a need to convert a pdf document to a tif image. In this particular project all of my pdf documents will be only one page. I can use the MagicNet.dll (version 1.0.0.3) to convert properly a tif image to a pdf. However, I do not know the code to convert a pdf to a tif.
In my searching the web, I found a reference on ImageMagick about specifying the page to convert using the [#], but could only find this option in the ImageMagickNet.dll (version 1.0.2875.2008). I can add this in my references, but when I try to add a using statment "using ImageMagickNet;" I get an error message stating that the type or namespace ImageMagickNet could not be found......
Can anyone help me with this? Respond to this post or send to
sbrake@cchosp.com.
Thanks in advance for your help.
Oh, this is not a web app, but a C# console application.