|
I'm trying to render a PDF on a VB form using the technique advanced by
Adobe, ie NOT using the PDF.ocx that has served me so well over the years but
using the OpenInWindowEx method of the AcroExch.AVDoc object. I am attempting to
encapsulate this code in an ActiveX control. I am but I'm finding the IAC
documentation a bit light on for details. It's all meant to happen with the
following line of code:
ret = AcroExchAVDoc.OpenInWindowEx(stFilePath, hwnd,
AV_DOC_VIEW, True, 0, PDUseNone, AVZoomFitPage, 0, 0, 0)
hwnd is a pointer to a VB.UserControl. That is the only thing that is
different to the example in the SDK.
Any suggestions?
|
- Re: [PDFdev] Viewing PDF in VB with Acro5 SDK Alun Greenhouse
- Re: [PDFdev] Viewing PDF in VB with Acro5 SDK Leonard Rosenthol
