Print job routing...

Hello,
Is there any method to
1> Redirect the print job from one printer to another based on some
criteria?
2> Break the job and redirect parts to several different printers ? (
like load sharing )

Thanks
Srikanth

It sounds like “printer pooling” will do what you are looking for. Refer
to http://support.microsoft.com/default.aspx?scid=kb;en-us;318749 and
http://support.microsoft.com/default.aspx?scid=kb;en-us;242035.

  • Ashwin

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Srikanth R
Sent: Monday, June 09, 2003 1:45 AM
To: NT Developers Interest List
Subject: [ntdev] Print job routing…

Hello,
Is there any method to
1> Redirect the print job from one printer to another based on some
criteria?
2> Break the job and redirect parts to several different printers ? (
like load sharing )

Thanks
Srikanth


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com

Hi Ashwin,

There is a little bit of difference in what I am looking at and what
Printer Pooling does. I will try to explain what I am looking at , if
you need clarifications, let me know.

I need to catch the EMF with the devmode from clients and then depending
on some rules, I want to play it on the specified printer.

Rules can be,

1>Say, I have dedicated some printer for people who print short jobs, I
do not want any big job to be scheduled on it.
2> If a user prints more than 1000 pages document, break it into
multiple jobs and send the job to differnet printers so that the print
process is completed fast. ( I don’t mind user running to 10 computers
and collecting the parts of job ).
3> Dedicated a printer out of the collection for color/high quality jobs
and depending on the content of printing, route it to the right printer.
4> Count the number of pages to do the breaking into pages, or to access
restrict for someone from printing more than X number of pages.

Such rules, I can define only if I get programmable points either in the
rendered data stream or at the emf level on a print server.

Is there any way to do this ?

Thanks
Srikanth

-----Original Message-----
From: Ashwin Needamangala [mailto:xxxxx@microsoft.com]
Sent: Monday, June 09, 2003 10:44 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Print job routing…

It sounds like “printer pooling” will do what you are looking for. Refer
to http://support.microsoft.com/default.aspx?scid=kb;en-us;318749 and
http://support.microsoft.com/default.aspx?scid=kb;en-us;242035.

  • Ashwin

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Srikanth R
Sent: Monday, June 09, 2003 1:45 AM
To: NT Developers Interest List
Subject: [ntdev] Print job routing…

Hello,
Is there any method to
1> Redirect the print job from one printer to another based on some
criteria?
2> Break the job and redirect parts to several different printers ? (
like load sharing )

Thanks
Srikanth


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@wipro.com To
unsubscribe send a blank email to xxxxx@lists.osr.com

All your objectives seem to be related more to print queue management as
opposed to the driver itself. I am not aware of any way for you to
control this via the driver itself. There might already be features
related to enterprise print server management that fit your needs. But
my area of expertise is limited to print drivers and other customizable
print subsystem components and do not know enough about enterprise
printing to comment on this.

  • Ashwin

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Srikanth R
Sent: Tuesday, June 10, 2003 3:10 AM
To: NT Developers Interest List
Cc: Ashwin Needamangala
Subject: [ntdev] RE: Print job routing…

Hi Ashwin,

There is a little bit of difference in what I am looking at and what
Printer Pooling does. I will try to explain what I am looking at , if
you need clarifications, let me know.

I need to catch the EMF with the devmode from clients and then depending
on some rules, I want to play it on the specified printer.

Rules can be,

1>Say, I have dedicated some printer for people who print short jobs, I
do not want any big job to be scheduled on it.
2> If a user prints more than 1000 pages document, break it into
multiple jobs and send the job to differnet printers so that the print
process is completed fast. ( I don’t mind user running to 10 computers
and collecting the parts of job ).
3> Dedicated a printer out of the collection for color/high quality jobs
and depending on the content of printing, route it to the right printer.
4> Count the number of pages to do the breaking into pages, or to access
restrict for someone from printing more than X number of pages.

Such rules, I can define only if I get programmable points either in the
rendered data stream or at the emf level on a print server.

Is there any way to do this ?

Thanks
Srikanth

-----Original Message-----
From: Ashwin Needamangala [mailto:xxxxx@microsoft.com]
Sent: Monday, June 09, 2003 10:44 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Print job routing…

It sounds like “printer pooling” will do what you are looking for. Refer
to http://support.microsoft.com/default.aspx?scid=kb;en-us;318749 and
http://support.microsoft.com/default.aspx?scid=kb;en-us;242035.

  • Ashwin

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Srikanth R
Sent: Monday, June 09, 2003 1:45 AM
To: NT Developers Interest List
Subject: [ntdev] Print job routing…

Hello,
Is there any method to
1> Redirect the print job from one printer to another based on some
criteria?
2> Break the job and redirect parts to several different printers ? (
like load sharing )

Thanks
Srikanth


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@wipro.com To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com

Thanks a ton ashwin.
Is there anyone in your knowledge who can help me ?

-----Original Message-----
From: Ashwin Needamangala [mailto:xxxxx@microsoft.com]
Sent: Tuesday, June 10, 2003 10:14 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Print job routing…

All your objectives seem to be related more to print queue management as
opposed to the driver itself. I am not aware of any way for you to
control this via the driver itself. There might already be features
related to enterprise print server management that fit your needs. But
my area of expertise is limited to print drivers and other customizable
print subsystem components and do not know enough about enterprise
printing to comment on this.

  • Ashwin

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Srikanth R
Sent: Tuesday, June 10, 2003 3:10 AM
To: NT Developers Interest List
Cc: Ashwin Needamangala
Subject: [ntdev] RE: Print job routing…

Hi Ashwin,

There is a little bit of difference in what I am looking at and what
Printer Pooling does. I will try to explain what I am looking at , if
you need clarifications, let me know.

I need to catch the EMF with the devmode from clients and then depending
on some rules, I want to play it on the specified printer.

Rules can be,

1>Say, I have dedicated some printer for people who print short jobs, I
do not want any big job to be scheduled on it.
2> If a user prints more than 1000 pages document, break it into
multiple jobs and send the job to differnet printers so that the print
process is completed fast. ( I don’t mind user running to 10 computers
and collecting the parts of job ).
3> Dedicated a printer out of the collection for color/high quality jobs
and depending on the content of printing, route it to the right printer.
4> Count the number of pages to do the breaking into pages, or to access
restrict for someone from printing more than X number of pages.

Such rules, I can define only if I get programmable points either in the
rendered data stream or at the emf level on a print server.

Is there any way to do this ?

Thanks
Srikanth

-----Original Message-----
From: Ashwin Needamangala [mailto:xxxxx@microsoft.com]
Sent: Monday, June 09, 2003 10:44 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Print job routing…

It sounds like “printer pooling” will do what you are looking for. Refer
to http://support.microsoft.com/default.aspx?scid=kb;en-us;318749 and
http://support.microsoft.com/default.aspx?scid=kb;en-us;242035.

  • Ashwin

This posting is provided “AS IS” with no warranties, and confers no
rights.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Srikanth R
Sent: Monday, June 09, 2003 1:45 AM
To: NT Developers Interest List
Subject: [ntdev] Print job routing…

Hello,
Is there any method to
1> Redirect the print job from one printer to another based on some
criteria?
2> Break the job and redirect parts to several different printers ? (
like load sharing )

Thanks
Srikanth


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@wipro.com To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@wipro.com To
unsubscribe send a blank email to xxxxx@lists.osr.com