Copy link to clipboard
Copied
From my plugin I can retrieve the Acrobat version via AVAppGetVersion.
For Acrobat 11, the update number is part of MinorVersion:
Version 11.0.19 - MajorVersion = 11, MinorVersion / 256 = 0, MinorVersion MOD 256 = 19
But for Acrobat DC, I get MajorVersion = 15, MinorVersion / 256 = 6, MinorVersion MOD 256 = 0
Is there any way to retrieve also the update number (e.g. for Acrobat DC: 2015.006.30280) ?
Thank you!
AVAppGetVersionEx (latest SDK).
Copy link to clipboard
Copied
AVAppGetVersionEx (latest SDK).
Find more inspiration, events, and resources on the new Adobe Community
Explore Now