Mombu the Computer Design Forum

  Mombu the Computer Design Forum > Computer_Design > Executing JavaScript in a PDF using .Net


User Name
Password
REGISTER NOW! Search Today's Posts Mark Forums Read


Reply
 
Thread Tools Search this Thread Display Modes
1 8th April 20:34
gregory_gadow
External User
 
Posts: 1
Default Executing JavaScript in a PDF using .Net



---------------

Set AcrobatApp = CreateObject("AcroExch.App")
Set AcrobatDoc = CreateObject("AcroExch.PDDoc")
Set AcrobatVisDoc = CreateObject("AcroExch.AVDoc")

If AcrobatDoc.Open(aReportFile) Then
AcrobatVisDoc.Open aReportFile, "BASIC report"
AcrobatApp.Show
Set AcrobatJava = AcrobatDoc.GetJSObject
AcrobatJava.VBStub InternalFunc, ReportSQL, GetDSN, GetUID, GetPWD
Set AcrobatJava = Nothing
End If

Set AcrobatVisDoc = Nothing
Set AcrobatDoc = Nothing
Set AcrobatApp = Nothing

---------------

I am in the process of converting this VB6 application into a VB.Net application using Visual Studio 2005. I've searched the forums and knowledge base for how to move this functionality to .Net, but no luck.

Could someone please provide a reference or information on how to get this done?
  Reply With Quote
SPONSORED LINKS BY GOOGLE

 


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes







Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
Also visit Ogoun the Usenet Archive
666