How can I convert .eps files to .jpg in ASP.NET?
Posted
by Mike C
on Stack Overflow
See other posts from Stack Overflow
or by Mike C
Published on 2010-04-27T15:48:23Z
Indexed on
2010/04/27
15:53 UTC
Read the original article
Hit count: 664
I am trying to convert uploaded .eps files to .jpg in my ASP.net application and I am having a hard time finding a .net library that will let me do this. I have tried using the ImageMagick libraries, but I don't have root access to the server in order to install the standard binaries, or run the command line executables. I have also tried the slightly modified project from CodeProject, but it was designed in VS2005 and I have VS2008 and 2010 and I think I run into some compatibility issues while trying to compile and execute the project. Is there a simpler solution available that just works natively in .NET?
Thanks,
Mike
© Stack Overflow or respective owner