Link to home
Start Free TrialLog in
Avatar of rocky050371
rocky050371

asked on

Printer Definitions

I need to create a facility where the user can save printers away so that they can use them at a later date, for example.

The user can configure a letter so that it prints on a certain day, I would like them to be able to specify the printer to use and any other requirements, trays copies etc. The system will then use these settings to print the stored document


What is the best way to achieve this?
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

This question doesn't make sense, since I don't know how you are printing, and what the application context is (web site, Windows Form, etc)...
Avatar of rocky050371
rocky050371

ASKER

Sorry, it will be a win forms application, the user will allocate a printer to a job to run later, I was curious as to the best way of saving this?
1) Network printer?

2) Does the printer need configuration setup, and torn down?

3) Do you need to make a connection to the printer?

4) What are you using to print in your Windows Forms application ?
The printer maybe a network printer, the user should be able to specify basic settinhd, I need to print a document to the saved printer
I am going to keep asking this, until I get an answer that makes sense, "What do you mean by saved?"...otherwise, I would just be taking pot shots in the dark...

ok, I cant of made myself clear, imagine a simple form that a user specify a time for the document to be printed and a printer it should be printed on. Later when the time is right it will print to that printer
More information, I need more information *BIG GRIN*...

1) .NET version

2) PrintDocument?
A word document and 4 :-)

Are you using Word automation to print the document?  Do you need to persist the Word printer settings (number of copies, print range, ...), and then reset for different documents?
Yes I am, however that is almost irrelevant, the user will specify a printer via a printer option screen, it is that I need to store then utilize later
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There is obviously a barrier of communication here, if this fails then I suggest we just leave it


A user has stated that at 7 o'clock he wants to printer a word document via a certain printer.

At 7 o'clock the system prints the document via the specified printer.

The system needs to retrieve from the database which printer was specified and any additional parameters, trays etc.

I therefore need to save these settings away.

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial