Embed pdf view in PB window (Acrobat reader) example

Developed or developing a new product in PureBasic? Tell the world about it.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Embed pdf view in PB window (Acrobat reader) example

Post by ricardo »

Hi,

This easy example is trying to test more COM objects using my Activex2Dll tool.

In this case the example let us embed a Pdf viewer (let you change page, zoom, hide/show tool bars, etc) in a PB window with easy.

*You must have Acobat reader installed.

http://www.getafile.com/cgi-bin/merlot/ ... Viewer.zip

Fred:

One question that i have, can you provide us an ole container?
Its neccesary if we try to use visible COM objects. In this example i use the webgadget as an ole container, but maybe could be easier having an Ole Container.
ARGENTINA WORLD CHAMPION
Fred
Administrator
Administrator
Posts: 18207
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Ok, I will inverstigate this, but later :)
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

What I used to do, is open a webgadget and load a pdf file. (works fine)

Your code goes beyond that. Now you can control the acrobat engine... :wink:
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

fsw wrote:What I used to do, is open a webgadget and load a pdf file. (works fine)

Your code goes beyond that. Now you can control the acrobat engine... :wink:
Yes, thats the idea.

I will do the same example with a Flash movie to be controled by the PB application (i already show one that let us create some flash movie on the fly).

The idea is to take control over many very interesting COM objects.
ARGENTINA WORLD CHAMPION
Thorsten
User
User
Posts: 28
Joined: Sun Apr 27, 2003 2:55 pm
Location: Germany
Contact:

Post by Thorsten »

@ricardo ... that ist very impressing :D really good work 8)
Post Reply