Hello all,
Essentially here is my issue.
I need to use a call to either the adobe dll or the sdk or the com to open a file and save it as an image.
The problem I must solve is using the built in function of the adobe sotwares com or dll to open and save. (import dll or add it as a reference)
I don't know where to start.
Do I import the dll as an assmebly? Do I do the com interop thing? If so, how do I get the GUID for the com library, and the guid for the Functions I need.
I can't seem to find much info on including dlls and such, save a few uber specific ones that explain nothing at all. This seems..important to learn so that I can use things like...the adobe sdk.
Any help at all in terms of where to start learnign would rock.
Thanks guys.