Adobe Acrobat 7.0 profesional via activex

Post Reply
User avatar
Andrés González
Posts: 625
Joined: Thu Jan 19, 2006 10:45 am
Location: Mallorca

Adobe Acrobat 7.0 profesional via activex

Post by Andrés González »

Es posible aceder al acrobar 7.0 profesional (no el reader) vía activex. Alguien sabe cual es el progid o como lo puedo averiguar ?

Un saludo
User avatar
Taiwan
Posts: 218
Joined: Fri Oct 07, 2005 1:55 am
Location: Taipei, Taiwan
Contact:

Post by Taiwan »

Hello

Try it.

Code: Select all

function testgood()
   local oWnd, oActiveX
   DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support with Skin"
          oActiveX = TActiveX():New( oWnd, "AcroPDF.PDF.1" )
          oWnd:oClient = oActiveX // To fill the entire window surface
          oActiveX:Do( "LoadFile", "c:\R951128002.pdf" )
          oActiveX:Do( "SetCurrentPage", 1 )
   ACTIVATE WINDOW oWnd 
   return nil
Regards,

Richard
Rochinha
Posts: 309
Joined: Sun Jan 08, 2006 10:09 pm
Location: Brasil - Sao Paulo
Contact:

Post by Rochinha »

Hello boys

I use ActiveXXX to know all features of activex in my system. This show parameters and methods. It show.

Download and test in http://activex.moonvalley.com/activexxx.htm
User avatar
Manuel Aranda
Posts: 561
Joined: Wed Oct 19, 2005 8:20 pm
Location: España

Re: Adobe Acrobat 7.0 profesional via activex

Post by Manuel Aranda »

Que hay Andrés?
Has conseguido algo nuevo?
Por si te sirve de algo: con ShellExecute( ,"open", DOCU->Ubicado,,,1 ) me abre el Profesional.

Un saludo,
Manuel Aranda
Andrés González wrote:Es posible aceder al acrobar 7.0 profesional (no el reader) vía activex. Alguien sabe cual es el progid o como lo puedo averiguar ?

Un saludo
Post Reply