Limited time promo

ConvertVisioDocument2

English

This help topic applies only to novaPDF. If you don't have it yet, you must download it first.

Download now Buy licenses
Mar 29, 2022
novaPDF 11.x
We strive to keep our help as accurate as possible. If you notice any inconsistencies or outdated info please let us know.
The ConvertVisioDocument2 converts a Visio document to PDF. Internet and internal document links can be converted to PDF hyperlinks.
HRESULT ConvertVisioDocument2(
[in, string] BSTR p_wsDocName,
[in] BOOL p_bConvertCrossReferenceLinks,
[in] BOOL p_bConvertCrossDocumentLinks,
[in] BOOL p_bConvertInternetLinks,
[in] BOOL p_bUseRelativePaths,
[in] BOOL p_bChangeFileExtensionToPDF,
[in] BOOL p_bOpenFileInNewTab,
[in] BOOL p_bWaitPDF
);

Parameters:

p_wsDocName
[in] Visio document name with full path
p_bConvertCrossReferenceLinks
[in] flag, if set to 1 cross reference links (links inside the document) will be converted to PDF hyperlinks
p_bConvertCrossDocumentLinks
[in] flag, if set to 1 cross document links (links to other documents) will be converted to PDF hyperlinks
p_bConvertInternetLinks
[in] flag, if set to 1 Internet links will be converted to PDF hyperlinks
p_bUseRelativePaths
[in] flag, for cross document links, use relative paths for files
p_bChangeFileExtensionToPDF
[in] flag, for cross document links, change file extension to.pdf
p_bOpenFileInNewTab
[in] flag, for pdf documents links, open them in a new tab in Adobe Reader
p_bWaitPDF
[in] flag, if set function returns after pdf is saved and all actions executed

Return values:

S_OK on success or COM error code
NV_NOT_INITIALIZED - Initialize was not called
NV_OPENFILE_ERROR - failed to open the document
NV_FILEPROCESS_ERROR - failed to read document information