Hello,
I am using PDF creator to autosave a pdf. Unfortunately, the AutosaveDirectory and AutosaveFilename used are the defaults set in the options page.
This code is being implemented in Labview.
.cStart("/NoProcessingAtStartup")
.cOption("UseAutosave") = 1
.cOption("UseAutosaveDirectory") = 1
.cOption("AutosaveDirectory") = Path
.cOption("AutosaveFilename") = Name
.cOption("AutosaveFormat") = 0
Regardless of what I choose for Path and Name, the pdf is created with the name and path specified in the options, auto-save settings.
Any ideas as to why I am unable to programmatically set the filename and path?
Thank you for your assistance