Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
should beBut once the pdf had been distilled into a pdf, it would always start at page n
But once the postscript file had been distilled into a pdf, it would always start at page n
[COLOR=blue]WITH THISFORM.OleControl1
[tab].Src = [C:\temp\test.pdf]
[tab].SetCurrentPage(9)
ENDW[/color]
[COLOR=blue]WITH THISFORM.OleControl1
[tab].LoadFile([C:\temp\test.pdf])
[tab].SetCurrentPage(9)
ENDW[/color]
IF ISNULL(thisform.oAVPage)
ELSE
this.Value = thisform.oAVPage.GetPageNum()
ENDIF
RETURN
Suggest you start a new thread in this forum as your question is off-topic to this thread.Sammybobo said:...is the Adobe Acrobat ActiveX control in 6 better or more stable than in 5?
The only .tlb to be found in the n:\Program Files\Adobe\Acrobat 6.0\Reader\ActiveX folder is pdf.tlb.Sammybobo said:I found that the type library is available also in the installed directory of the Reader
Perhaps you could clarify the situation?Sammybobo said:Good news! I spoke with Adobe and asked if the interface needs to be licensed . They told me that it is free; just like the OCX.