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

Adobe sdk customize file save location

New Here ,
Jan 22, 2020 Jan 22, 2020

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) {...},
  {}
);

 

 
657
Translate
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

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

Translate
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
LATEST

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

Translate
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