Skip to main content
Participant
February 27, 2017
Answered

How to retrieve the Acrobat DC Update number from a plugin?

  • February 27, 2017
  • 1 reply
  • 476 views

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!

This topic has been closed for replies.
Correct answer Test Screen Name

AVAppGetVersionEx (latest SDK).

1 reply

Test Screen NameCorrect answer
Legend
February 27, 2017

AVAppGetVersionEx (latest SDK).