Search code examples
.netpdfeps

Convert EPS/PDF to JPEG/PNG?


I need to be able to take EPS and PDF's and convert them to JPEG/PNG on the fly to display on a website - using .net code.

I used ADC PDF from WebSupergoo for this like 3 years ago, and it worked fine - but some other and better options could easily have surfaced since then.


Solution

  • You should be able to do this with ImageMagick; you could call the command line tool from your code to do conversion. They also have a .Net wrapper called MagickNet http://www.codeproject.com/KB/dotnet/ImageMagick_in_VBNET.aspx