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

Bernd Alheit
Community Expert
December 14, 2020

Can I use PDDocCreate() and PDDocSave to save tmp file to a new pdf file? But these API is show "unimplemented or obeselte function" when run it.

 


PDDocCreate() is not available in Acrobat Reader.