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

pdf to docx or docx to pdf conversion directly from https link or aws s3 link

Community Beginner ,
Feb 23, 2021 Feb 23, 2021

Copy link to clipboard

Copied

Hi,

In adobe node js sdk can we direclty take files through aws s3 link or https link?

 

Thanks

Views

490

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
Community Expert ,
Feb 24, 2021 Feb 24, 2021

Copy link to clipboard

Copied

Are you asking for the direct REST endpoints? If so, not at this time but we will be documenting that soon.

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
Community Beginner ,
Feb 24, 2021 Feb 24, 2021

Copy link to clipboard

Copied

Hi Jeol,

Thanks for replying. 

currently in the node js sdk we need to import files from local systems.

is there any option avalibale where i can send my AWS s3 link directly to your 

node js sdk so i can save a little computing time.

 

please check the attached screen shot

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
Community Expert ,
Feb 25, 2021 Feb 25, 2021

Copy link to clipboard

Copied

Are you asking if you can send an HTTP address to a file rather than the file itself? If so, then no. You'll need to retrieve the file and send it. But you don't need to save the file locally, you can create the FileRef object from a stream.

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
Community Beginner ,
Feb 26, 2021 Feb 26, 2021

Copy link to clipboard

Copied

LATEST

Hi Joel,

Thanks for replying. it worked by changing the object. now i can read the data directly from http s3 link.

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
Resources