scripting:api:application:expand-template

No renderer 'pdf' found for mode 'pdf'

ExpandTemplate

Method of IApplication

Expand template code

var strResult = Application.ExpandTemplate(strChars, bInteractive, bUrlEscape, bQuotePath, strInitialDir);
strResult = Application.ExpandTemplate strChars, bInteractive, bUrlEscape, bQuotePath, strInitialDir
BSTR strResult;
HRESULT hr = Application.ExpandTemplate(strChars, bInteractive, bUrlEscape, bQuotePath, strInitialDir, &strResult);