Search code examples
.netimagethumbnailseps

How to generate thumbnail from .eps and .ai files in .NET?


A potential client is asking me if I can generate a thumbnail image from .eps and .ai files. The standard .NET Image class is not able to do this, so I suppose I need a 3rd party API, but I am not sure what is the best approach. Any ideas?

Roger

Gallery Server Pro


Solution

  • You want some 3rd party that extends GDI+ or WIC (and its possible) this way you won't be bound to that 3rd party API.