Yes, permissions was the first thing I checked. I am trying to get 2 colleagues together to test further - we think installing Ghostscript on each individual user's machine may resolve it.
Dave
I am running under PowerBuilder 12.0, Windows XP with Ghostcript 9.0 with the following code:
if DirectoryExists(ls_chemin_stk) = false then
CreateDirectory(ls_chemin_stk)
end if
ls_chemin_stk += "\" + ls_fichier + ".pdf"
adw_impr.Object.DataWindow.Export.PDF.Method = Distill...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.