Limited time promo

AddProfile2

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 AddProfile2 method adds a new profile
HRESULT AddProfile2(
    [in, string] BSTR p_wsProfileName,
    [in] BOOL p_bPublicProfile
    [out, string] BSTR* p_pwsNewProfileId
);

Parameters:

p_wsProfileName
    [in] name of the profile to add

p_bPublicProfile
    [in] Flag if the profile is a public or a private profile

p_pwsNewProfileId
    [out] return profile id

Return values:

S_OK on success or COM error code
NV_NOT_INITIALIZED - Initialize was not called
NV_SERVICE_ERROR - cannot connect to novaPDF Server service
NV_PROFILE_ERROR - cannot read default profile
NV_PROFILE_SAVE_ERROR - cannot save new profile

Remarks:

The newly created profile contains default settings.