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

Adobe sdk customize file save location

New Here ,
Jan 22, 2020 Jan 22, 2020

Copy link to clipboard

Copied

Developing a site using adobe sdk to enable annotations and other features on a pdf by using the mentioned link https://documentcloud.adobe.com/view-sdk-demo/index.html . But on clicking on save button the file is saved at default browser download location. I want to change the save location by programming I went through the documentation using link below https://www.adobe.com/devnet-docs/dcsdk_io/viewSDK/howtos_ui.html#save-a-pdf.  I am encountering issue at the following api level. Any suggestions are greatly appreciated.

adobeDCView.registerCallback(
  AdobeDC.View.Enum.CallbackType.SAVE_API,
  function(metaData, content, options) {...},
  {}
);

 

 

Views

387

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
LEGEND ,
Jan 23, 2020 Jan 23, 2020

Copy link to clipboard

Copied

Web apps cannot directly write any file on the user's hard disk (with choice of location). That is fundamental and very important.

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
New Here ,
May 28, 2020 May 28, 2020

Copy link to clipboard

Copied

LATEST

I want to save the file on a server not on local hard disk

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