Public Function ProcessViewCategories(view As NotesView, CatList As Variant, IncludeResponses As Boo
Defined in
SwPDFCreator
Syntax
Set swPDFDocument = swPDFCreator.ProcessViewCategories(view, CatList, IncludeResponses)
Parameters
view
NotesView. Categorized source view containing documents that will be converted to PDF.
Bookmarks tree representing view hierarchy will be created.
CatList
Variant. List of category entries that will be exported, given by levels (e.g. 4.1:4.2:4.3.2). If equals to "*", the entire view, with all categories, will be exported.
IncludeResponses
Boolean. True if response documents should be converted as well.
Return value
SwPDFDocument
PDF with bookmarks tree representing Notes view.
PreviousPublic Function ProcessUrl(url As String) As SwPDFDocumentNextPublic Function SetPdfProperties(Title As String, Subject As String, Author As String, Keywords As S
Last updated