G
Guest
I have a production application that prints textual information, plus a
graphic watermark on each page. Currently it uses a PrintPageEventHandler
from the System.Drawing.Printing namespace to add the watermark and text to
each page.
The watermark is the same on each page, and is derived from a WMF file whose
size is about 120 KB.
The problem is that the spool files that are produced when we print are
somewhat large. The spool files without the watermark are only about 10 KB
per page. With the watermark (derived from a WMF file) the spool files are
about 300 KB per page.
What I would like to do is send the watermark only once per print job. This
would greatly decrease the load on the network and print server. How can I
accomplish this?
graphic watermark on each page. Currently it uses a PrintPageEventHandler
from the System.Drawing.Printing namespace to add the watermark and text to
each page.
The watermark is the same on each page, and is derived from a WMF file whose
size is about 120 KB.
The problem is that the spool files that are produced when we print are
somewhat large. The spool files without the watermark are only about 10 KB
per page. With the watermark (derived from a WMF file) the spool files are
about 300 KB per page.
What I would like to do is send the watermark only once per print job. This
would greatly decrease the load on the network and print server. How can I
accomplish this?