Public Function ProcessUrl(url As String) As SwPDFDocument

Converts HTML page to a PDF.

Defined in

SwPDFCreator

Syntax

Set swPDFDocument = swPDFCreator.ProcessUrl(String)

Parameters

String

String. Url of source web page that needs to be converted to a PDF.

Return value

SwPDFDocument

Converted Notes document.

Last updated