Skip to main content
Participant
April 10, 2015
Answered

Adobe Reader DC: DDE open command

  • April 10, 2015
  • 5 replies
  • 37504 views

Hello,

I am creating PDFs in a separate program, which uses a DDE command to automatically open the PDF in Adobe Reader once the PDF is created. This command is not successfully opening the PDF, although manually opening the PDF works fine. I know that similar problems occurred for Acrobat/Reader versions 10 and 11. These problems were fixed by changing the "server" for the DDE command from "acroview" to "acroview{A|R}{Major Version}" where A is used for acrobat, R for reader, and "Major Version" is "10" or "11". What is the syntax that should be used for version DC? I have tried "acroviewRDC" and "acroviewRdc" without success.

Any help or suggestions are greatly appreciated.

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

I think it may be version 15. Or 2015.

5 replies

Inspiring
February 17, 2022

I have Adobe Acrobat Reader DC, version 2021.011.20039 and AcroViewA21 works.

Participant
March 16, 2022

For Acrobat Reader 2020 (not DC) version 2020.005.30314 AcroViewR20 is appropriate.

Participant
April 18, 2018

It's 2018 and I was facing a similar problem. To find out the right command name to use, check (as pointed out in one of the answers) the following registry key:

[HKEY_CLASSES_ROOT\acrobat\shell\open\ddeexec\application]

In my case it was "AcroViewA18"

Hope this helps future users!

Participant
October 23, 2019

Having the same problem in 2019, in particular with TeXNicCenter output profiles. Surprise surprise, I tried "acroviewA19" and it worked perfectly. Infuriating!!

lrosenth
Adobe Employee
Adobe Employee
April 12, 2015

Use 15 for the version.

This is described in the updated SDK which should be out shortly.

Participant
October 8, 2015

This is not working for me. 

Test Screen NameCorrect answer
Legend
April 11, 2015

I think it may be version 15. Or 2015.

Participant
April 11, 2015

Setting the "major version" to 12 did not work, but setting it to "15" did work. Thus, the correct syntax for the server name for DDE commands is "acroviewR15" for reader DC or "acroviewA15" for acrobat DC.

Thanks!

lauras14945683
Participant
June 2, 2016

I'm using WinEdt vs. 9 and Adobe Acrobat Pro DC. 

The server name for DDE commands "acroviewA15" worked for me. (Thanks js98368238)

For detailed instructions on making this change within Winedt see: windows - Unable to use pdftex if Adobe is still open - TeX - LaTeX Stack Exchange

try67
Community Expert
Community Expert
April 10, 2015

Did you try setting the "major version" parameter as "12"?