• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

reading images path from Sharepoint using indesign script

Participant ,
Aug 13, 2020 Aug 13, 2020

Copy link to clipboard

Copied

Hey everyone, 

 

I want to read the images pathes that are placed in cloud (sharepoint for microsoft). I used to read the images and render it in the document from a local file. but the deigner asked me if it's possiable to read from cloud?

Sample of my code how i'm mangaing reading files localy and place it:

var doc = app.documents.add()
var rect = doc.pages[0].textFrames.add({geometricBounds: [12.7, 12.7, 90, 90]});

 var f = Folder("/Users/...");
 var allFiles = f.getFiles();
for(var i =0 ; i<=allFiles.length;i++){
rect.place(allFiles[i])
}

 can any one show me how or share a documention with me?

 

thanks all 

TOPICS
Activation billing and install , Bug , EPUB , Feature request , How to , Import and export , InCopy workflow , Performance , Print , Publish online , Scripting , SDK , Sync and storage , Type

Views

303

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 13, 2020 Aug 13, 2020

You can check out Kris Coppetier's GetUrl tool: 

 

https://coppieters.nz/?p=133

Votes

Translate

Translate
Community Expert ,
Aug 13, 2020 Aug 13, 2020

Copy link to clipboard

Copied

LATEST

You can check out Kris Coppetier's GetUrl tool: 

 

https://coppieters.nz/?p=133

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines