Previous | Next | (P-PDF) Developers
Topic: Editing PDF in a browser window
Conf: (P-PDF) Developers, Msg: 32594
From: Did
Date: 1/10/2002 10:57 PM
Just started playing around with using the Adobe ActiveX controls on a webpage, e.g.
var objAdobe = new ActiveXObject("AcroExch.App")
var objPDF = new ActiveXObject("AcroExch.PDDoc")
Is it possible to launch the Adobe application in a browser frame/window (like to the Adobe Reader plugin)? If so, could I then control the functionality (e.g. saving the document) from a different frame, and also restrict what functionality the user could do (only have certain menus/toolbars appearing etc.)?
Cheers,
Dave