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
  • 5905 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

Legend
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 11, 2020

I used ASFileAcquirePathName, get path name is ...\acroab32_sbx\*.tmp. The file is not *.pdf and I copy it out, can not open by reader and the error is "not page".

 

thanks,

tony