Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!yale.edu!cs.yale.edu!!majumdar-aloke From: majumdar-aloke@CS.Yale.Edu (aloke majumdar) Newsgroups: comp.lang.postscript Subject: Re: accounting information for postscript print jobs? Message-ID: Date: 19 Jun 91 15:16:28 GMT References: Sender: news@cs.yale.edu (Usenet News) Reply-To: majumdar@cs.yale.edu Organization: Computer Science, Yale University, New Haven, CT 06520-2158 Lines: 52 In-Reply-To: majumdar-aloke@CS.Yale.Edu's message of Mon, 17 Jun 1991 16: 52:33 GMT Nntp-Posting-Host: garnet.systemsx.cs.yale.edu Here are the replies I received to my query on how to get accounting information (number of pages printed) for PostScript jobs. I am including all the replies I received, I have not as yet tried out any of the suggestions, although it seems that Adobe Transcript should be sufficient for our needs. If transcript is not available, then the modified print spooler mentioned in the first message should work, although as the third message points out, it may not work with all printers. Thanks to all who replied. Aloke Majumdar -------------------------------------------------------------------------------- From: mongo%helios.UCSC.EDU@ucscc.ucsc.edu (Lick Mongo Development) You need to be running a print spooler which does just as you say, ask the printer how many pages have been printed. We have our own home-grown print spooler if you want to look at it. use anonymous ftp helios.ucsc.edu:/u/ftp/pub/printps.tar.Z -------------------------------------------------------------------------------- From: Terry Jones Adobe transcript does this. tj -------------------------------------------------------------------------------- From: vidiot!brown%astroatc.UUCP@cs.wisc.edu (Michael L. Brown) You don't say which printer you have attached to the SPARCstation. If it is the SPARCprinter, at this point in time you can't find out how many pages have been printed. I have been informed by Sun that this problem is being looked into. They may have something for the next release. If you have other types of PostScript printers, you have to consult the printer manual, but most PostScript compatible printers have a way to ask it the number of pages that it has printed. You can ask for that value before and after the job is printed and you can then determine how many pages were printed for that job. If the printer is a HP LaserJet type of printer, they don't have the means to report the number of pages printed. MB --------------------------------------------------------------------------------