loadURL

Load a PDF file from via a URL.
loadURL([in] BSTR url)
This function loads a PDF file from a URL. It must be called before any of the other functions that access the PDF file.

The loadURL function throws an error if the PDF file cannot be opened.

VB:
pdf.loadURL("http://......")
loadFile
loadFileWithPassword
loadStream
loadStreamWithPassword
loadURLWithPassword
closeFile