• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

VB.NET to Acrobat Communication

Community Beginner ,
Mar 31, 2020 Mar 31, 2020

Copy link to clipboard

Copied

I have established communication from my vb.net application to acrobat using the following:

 

Dim AcroApp As Acrobat.CAcroApp
Dim theForm As Acrobat.CAcroPDDoc
Dim jso As Object

AcroApp = CreateObject("AcroExch.App")
theForm = CreateObject("AcroExch.PDDoc")

 

theForm.Open(filename)
jso = theForm.GetJSObject

 

Is it possible to communicate from acrobat to this vb.net application.

 

In other words, if something changes on my pdf i would like to do something on my vb.net application.

Any guidance would be helpful.

TOPICS
Acrobat SDK and JavaScript

Views

353

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 31, 2020 Mar 31, 2020

Copy link to clipboard

Copied

LATEST

No, the communication is one way. The .Net script needs to poll Acrobat to check on status. 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines