views:

27

answers:

2

I have a page on my site where a user can upload a Photoshop, Illustrator, or InDesign file.

It's for a print shop, and they need to do things like see which fonts are used in the file, check if the file contains spot colors, and other information like the dimensions, resolution, color space, etc.

Is there an SDK out there that I can download/buy for .NET where I can get this kind of information from an Adobe file?

A: 

Sadly, it looks like their SDK is C based (at least for photoshop). Check this out.

Tony Abrams
A: 

There is some info on accessing Photoshop's COM interface from C# here.

Assuming the other programs also support COM access, the principle carries over. I would download the Windows SDKs for each and see if the docs mention a COM API.

Steve Townsend