Adobe-CEP / CEP-Resources

Tools and documentation for building Creative Cloud app extensions with CEP
https://www.adobe.io/apis/creativecloud/cep.html
1.63k stars 830 forks source link

Save active document in InDesign to some third-party-server and open a asset displaying in extension on double click to Indesign #183

Open swapnil14 opened 6 years ago

swapnil14 commented 6 years ago

Hi, I am developing a plugin, which will have a button implementing the functionality same as 'Publish Online' button of Adobe Application.

  1. I am using angular 4 for frontend. But I am not finding any way to save/upload my active InDesign Document to the given server end-point.
  2. I will be having a list of assets displaying in extension panel. Once the user will double click the asset it should be imported in Indesign. Please help me to accomplish these tasks.
ErinFinnegan commented 6 years ago

So this might not solve your problem at all, but maybe it will help you find the right direction...

Recently, @dkstevekwak wrote this article on writing a panel to run a Node.JS server. In the comments a developer linked to a similar tool he'd built for InDesign. Also check out this blog entry by Kris Coppieters.

I don't know enough about Angular to know if this is useful, but please let us know if this was helpful, or if you've already figured out a solution.