L
Larry Maturo
I'm not sure if this is the right group to post this to, but here goes.
I need to find out the name of the print spool file for every job queued to
a particular printer. I actually need to read a few lines from the
spool file as well. The best I've been able to do so far is the name
of the original document, without a path to it. To get that far I had
to import some functions from winspool.
By the way, the spooled data is Postscript, so it actually is a program in
the Postscript language and readable. I need to read a few comments at the
top of the file, which in Postscript are any lines starting with "%".
-- Larry Maturo
I need to find out the name of the print spool file for every job queued to
a particular printer. I actually need to read a few lines from the
spool file as well. The best I've been able to do so far is the name
of the original document, without a path to it. To get that far I had
to import some functions from winspool.
By the way, the spooled data is Postscript, so it actually is a program in
the Postscript language and readable. I need to read a few comments at the
top of the file, which in Postscript are any lines starting with "%".
-- Larry Maturo