Apr 23, 2004 #1 krugerls IS-IT--Management Joined Apr 23, 2004 Messages 1 Location CA From vbscript is there a way to pull data from a database and create a postscript file and send it to a network printer?? Thank for your help
From vbscript is there a way to pull data from a database and create a postscript file and send it to a network printer?? Thank for your help
Apr 23, 2004 #2 tgreer Programmer Joined Oct 4, 2002 Messages 1,781 Location US Yes. PostScript is ASCII (in most implementations). So, any language that can do basic file i/o can write PostScript. Thomas D. Greer http://www.tgreer.comProviding PostScript & PDF Training, Development & Consulting Upvote 0 Downvote
Yes. PostScript is ASCII (in most implementations). So, any language that can do basic file i/o can write PostScript. Thomas D. Greer http://www.tgreer.comProviding PostScript & PDF Training, Development & Consulting