Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: davefr54
  • Content: Threads
  • Order by date
  1. davefr54

    Ghostcript: unable to create PDF files

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

Part and Inventory Search

Back
Top