PDFCreator (v171) installed as printer on citrix (XenApp).
Custom made application automates PDFCreator through COM and using Autosave option :
With pdfjob
.cOption("UseAutosave") = 1
.cOption("UseAutosaveDirectory") = 1
.cOption("AutosaveDirectory") = sPDFPath
.cOption("AutosaveFilename") = sPDFName
.cOption("AutosaveFormat") = 0 ' 0 = PDF
.cClearCache
End With
This results in automated saving of pdf document. So far so good in development (winxp) environment.
When installed under citrix environment the pdf is saved fine using the autosave method, however "SaveAs" screen is shown for a very brief moment confusing the user.