pramod_206
February 22nd, 2005, 11:34 PM
I have a functionality to program using win32 printer API. The strategy that is being used is as follows. The network laserjet printer added on the local machine is to be configured to print to a file. With this configuration every time a job arrives at the printer a dialogbox asking for a file name popsup. The aim here is to programmatically disable the dialogbox and assign a default filename to which the Job data would be written.
Another strategy would be to use the ReadPrinter API to read the job data from the printer buffer.
Please help me with the implemention of both the strategies
Another strategy would be to use the ReadPrinter API to read the job data from the printer buffer.
Please help me with the implemention of both the strategies