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.
PreviousPublic Function ProcessRTItem(rtItemSource As NotesRichTextItem) As SwPDFDocumentNextPublic Function ProcessViewCategories(view As NotesView, CatList As Variant, IncludeResponses As Boo
Last updated