Skip to main content
Known Participant
December 10, 2020
Question

How to get the opened file path and file name for Acrobat Reader DC SDK

  • December 10, 2020
  • 1 reply
  • 5824 views

I am using Acrobat Reader DC SDK to develope a *.api. Currently I need to get file path and file name. Is there an API like AVDocOpenFromFile to get file path and file name which is Acrobat Reader open file?

 

thanks,

tony 

This topic has been closed for replies.

1 reply

Brainiac
December 10, 2020

AVAppGetOpenDoc. Then to ASFile and ASPathName.

li0D4CAuthor
Known Participant
December 11, 2020

I can not find AVAppGetOpenDoc API in Acrobat Reader DC SDK.

 

thanks,

tony

li0D4CAuthor
Known Participant
December 15, 2020

When you use AVDocOpenFromFile() you have the path of the file.


yes. I have the paht, but when I use Adobe default open, I don't have the path.