I
IntraRELY
Hello All,
I am developing a Web Application in VB.NET. We are printing checks from a
IE 6.0. Here are our requirments:
1. Checks will be printed on pre-printed stock, so we must format the
document to lineup correcly.
2. We need to keep track of which checks printed or didnt print. So we need
to access the printer directly.
3. Have the ability to select any local(on the client) printer.
4. We are printing hundereds of checks, so we cannot display the info in the
browser and print the page displayed in IE.
These requirments lead me to think we need to develop a little VB
application, that the web browser can acces. So here are a few more
requirments that need to be met.
1. Communications must be secure. We need to access the Local print
application from IE in a secure manner. SSL will be used from the IIS server
to the clients browser and vice versa, but we need to secure communications
from the brower to the printer. We cannot have anyone printing checks with
any amount...etc.
2. If someone prints and do not have the application, IE will download and
install w/o user intervention. Of couse you will get the security prompt
from IE to access local resources and the user will elect to "Trust" it.
To give you a general feel of what we are doing. We will have a "print
queue" datagrid where a user will simply check the row that has some general
info. The system will pull any additional data needed and pass that
information to the printing application locally and then pass the job to the
printer. Any errors that arise will need to be logged in the web application
and the user must be notified.
I am not sure if I am even going down the right path here but looking for
any input. Any help appreciated.
TIA,
Steve Wofford
I am developing a Web Application in VB.NET. We are printing checks from a
IE 6.0. Here are our requirments:
1. Checks will be printed on pre-printed stock, so we must format the
document to lineup correcly.
2. We need to keep track of which checks printed or didnt print. So we need
to access the printer directly.
3. Have the ability to select any local(on the client) printer.
4. We are printing hundereds of checks, so we cannot display the info in the
browser and print the page displayed in IE.
These requirments lead me to think we need to develop a little VB
application, that the web browser can acces. So here are a few more
requirments that need to be met.
1. Communications must be secure. We need to access the Local print
application from IE in a secure manner. SSL will be used from the IIS server
to the clients browser and vice versa, but we need to secure communications
from the brower to the printer. We cannot have anyone printing checks with
any amount...etc.
2. If someone prints and do not have the application, IE will download and
install w/o user intervention. Of couse you will get the security prompt
from IE to access local resources and the user will elect to "Trust" it.
To give you a general feel of what we are doing. We will have a "print
queue" datagrid where a user will simply check the row that has some general
info. The system will pull any additional data needed and pass that
information to the printing application locally and then pass the job to the
printer. Any errors that arise will need to be logged in the web application
and the user must be notified.
I am not sure if I am even going down the right path here but looking for
any input. Any help appreciated.
TIA,
Steve Wofford