Quantcast
Channel: Recent Discussions on pdfforge Forums
Viewing all articles
Browse latest Browse all 10270

Saveas screen flashes for a moment although using autosave

$
0
0
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.

Viewing all articles
Browse latest Browse all 10270

Trending Articles