Avatar of ScriberUK
ScriberUK
 asked on

Can I "place" an image into an Adobe product from an external java based one?

I have a java program that has photos in it; can I add an Adobe "place" button (screenshots below for clarification) to send that photo or a link to a photo to an Adobe program such as Illustrator or Photoshop?

Is there an Adobe API for Illustrator or Photoshop that will let me do it?

Cheers! :)
adobe-place.jpg
adobe-place2.jpg
Illustration SoftwareJavaImages and Photos

Avatar of undefined
Last Comment
Mick Barry

8/22/2022 - Mon
CEHJ

The easiest approach would be to start the app with the file as an argument if it accepts them. Otherwise you could try to get a COM interface to the native app and access that through a Java-COM bridge
ScriberUK

ASKER
Thank you. I am quite new to programming so could you explain what a "COM interface" is and could you point me in the direction of an COM interface for Adobe Illustrator?

Many many thanks!! :)
ScriberUK

ASKER
Looking under http://www.adobe.com/devnet/ I have found some "useful" information... but I still can't find a reference to the "place" function as described above... :S
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Mick Barry

I'm not aware of an available api to achieve that sorry
ASKER CERTIFIED SOLUTION
ScriberUK

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Mick Barry

i was referring to a java api. I'd suggest trying jawin to use the vb api