Answered by:
wanted to get the print image to be saved dynamically

Question
-
Hi
Urgent please help me
Here we are designing the printer monitoring service. I wanted the original document which is given to print to be dynamically saved in some other location as backup. For this I had been guided to get the document in between the print document and the Triggering of the print process.
So please kindly help me!!!
Friday, October 24, 2008 6:20 AM
Answers
-
Move your printing code from the PrintPage event to a separate method. Call it from PrintPage with the PrintPage graphics and a grapics from an image. Each time you ask for a new page, create a new image. Save your image when you exit PrintPage.
Friday, October 24, 2008 5:51 PM -
Hi Archana,
You can find some interesting source code at:
http://aparajit.co.in/blogs/sandeep/archive/2008/10/19/how-to-get-printer-submitted-jobs-in-c.aspx
This source code will give you all the jobs submitted to the printer. You can then save this data to a file.
Hope this helps!
Sandeep Aparajit | http://sandeep-aparajit.blogspot.com | Mark usefull posts as Answer/Helpful.Friday, October 24, 2008 9:31 PM
All replies
-
Hi
Urgent please help me
Here we are designing the printer monitoring service. Whether we can take the file from the print queue and save it in some other location
So please kindly help me!!!
- Merged by Harry Zhu Tuesday, October 28, 2008 2:02 AM duplicated
Friday, October 24, 2008 6:36 AM -
Move your printing code from the PrintPage event to a separate method. Call it from PrintPage with the PrintPage graphics and a grapics from an image. Each time you ask for a new page, create a new image. Save your image when you exit PrintPage.
Friday, October 24, 2008 5:51 PM -
Hi Archana,
You can find some interesting source code at:
http://aparajit.co.in/blogs/sandeep/archive/2008/10/19/how-to-get-printer-submitted-jobs-in-c.aspx
This source code will give you all the jobs submitted to the printer. You can then save this data to a file.
Hope this helps!
Sandeep Aparajit | http://sandeep-aparajit.blogspot.com | Mark usefull posts as Answer/Helpful.Friday, October 24, 2008 9:31 PM