View Single Post
  #54 (permalink)  
Old 03-27-2008, 10:32 AM
sbrake sbrake is offline
D-Web Trainee
 
Join Date: Mar 2008
Posts: 1
sbrake is on a distinguished road
Default Re: ImageMagick MagickNet C# WebApplication

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.

Last edited by sbrake : 03-27-2008 at 10:34 AM. Reason: Left out something
Reply With Quote