PDF Viewer in OI (OpenInsight 32-Bit)
At 14 OCT 2005 12:15:00PM David E Schranz wrote:
Is there a way to display a PDF document within an OI window via OLE or some other tool.
All I wish is to simply view the PDF document via an OI window.
Tks
David Schranz
At 14 OCT 2005 08:45PM Karl Pozmann wrote:
With Actobat viewer v6 installed, use PDF.PdfCtrl.6 as the control class in the OLE control. If the control name is "OLE_PDF", then
Void = Send_Message(@Window:".OLE_PDF",'LoadFile',Path)
where "Path" leads to the PDF file, will display the PDF.
kdp
At 15 OCT 2005 07:06AM David E Schranz wrote:
The PDF Viewer worked. Thanks.
Is it possible to force the CTRL-L within the OLE control to force a full screen display within acrobat.
tks
david schranz
At 15 OCT 2005 02:19PM Karl Pozmann wrote:
If you go to www.adobe.com and search "All of Adobe" for LoadFile you'll see four documents popup that should help - for version 7, however.
kdp
At 05 NOV 2008 01:06PM Jim Peters wrote:
Bringing this useful piece of information up date, AcroPDF.PDF.1 seems to be the correct ProgID now. The 'Send_Message' still works as written. …
"With Acrobat viewer v6 installed, use PDF.PdfCtrl.6 as the control class in the OLE control. If the control name is "OLE_PDF", then
Void=Send_Message(@Window:".OLE_PDF",'LoadFile',Path)
where "Path" leads to the PDF file, will display the PDF."
At 09 NOV 2008 08:49PM Barry Stevens wrote:
Ctrl+L works for me!..plus others