473,425 Members | 1,670 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,425 software developers and data experts.

Printing from ASP.NET

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
Nov 20 '05 #1
4 13222

"IntraRELY" <In*******@yahoo.com> wrote in message
news:u7**************@TK2MSFTNGP11.phx.gbl...
Hello All,

I am developing a Web Application in VB.NET. We are printing checks from a
IE 6.0. Here are our requirments:
That alone sounds scary. My mind is racing with ways to print myself a
check.

1. Checks will be printed on pre-printed stock, so we must format the
document to lineup correcly.
Adobe .pdf file format would probably be best for this without getting into
CSS (and then browser capabilities and settings).
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.
This may be easier in a Windows App then a Web App.
4. We are printing hundereds of checks, so we cannot display the info in the browser and print the page displayed in IE.
You mean the web app will start a local print job and the browser is just
the catalyst to start that app?

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.
If you want the app to be local, then why not make a Windows App?

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.
I'm sure this can be done, but I'm thinking that a Windows app that connects
to a centralized DB (where all the checks written & to be written are
stored) would simplify this a lot.

TIA,

Steve Wofford

Nov 20 '05 #2
Cor
Hi,
Do you realize how much effort is done to prevent hacking?
This is of course not hacking, but because there is done so much to prevent
that in browsers: I think it will be a hard job to do what you try to do.
I think the best thing you can do is to make a windows application.
Cor
Nov 20 '05 #3
From your description, you are trying to print from client browser and
require to access many loca resource. I also agree with others that you
need a Windows appliaction instead of ASP.NET application. Or you may embed
an activeX control in your web page, or have a link to an .NET Assembly
like:

http://myserver/myfolder/myapp.exe

Regarding the security issue, i think it depends on the printer driver.
Your appl will talk to the printer driver installed on the local computer,
and then printer driver send instructions and data to printer. If the
computer is installed on network, the security between local computer and
printer will depneds on the printer driver.

Hope this help.

Luke
Microsoft Online Partner Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Nov 20 '05 #4
Cor
Hi,
Reading the post from others I remembered that I forgot to give you a link
to the article bellow it did give me much knowledge.
I just did search this on MSDN, this week there is an article from Microsoft
which describes Asp.net as something different from VB.net.
In my opinion it's not(read the walktrhoug). VB.net is one of the tools for
ASP.NET usable for window applications that use the Internet and for Webform
application. You only always have to remember you are not connected and can
not control the behaviour of the user (he can stop without your control).
Read the walkthrough and I think you will find out. (describes windowform
with Asp.net, webservices and webform but can be used in other ways too)

http://msdn.microsoft.com/library/de...alkthrough.asp
Success
Cor
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jody Gelowitz | last post by:
I am having a problem with printing selected pages. Actually, the problem isn't with printing selected pages as it is more to do with having blank pages print for those pages that have not been...
0
by: Programatix | last post by:
Hi, I am working on the PrintDocument, PrintDialog, PageSetupDialog and PrintPreviewControl components of Visual Studio .NET 2003. My developement machine is running Windows XP. There are...
9
by: Jody Gelowitz | last post by:
I am trying to find the definition of "Safe Printing" and cannot find out exactly what this entitles. The reason is that I am trying to print contents from a single textbox to no avail using the...
4
by: Suzanka | last post by:
Hello, I have an application written in C# on visual studio .NET. It is a web aplication. The application consists of many different forms, that users occassionaly want to print out for filing....
4
by: Arif | last post by:
I C# code prints very slow as compared to a third party barcode printing software. That software prints approximately 10 labels in 2 seconds while my C# code prints 10 labels in 5 to 6 seconds. And...
6
by: Siv | last post by:
Hi, I am getting into printing with VB.NET 2005 and want to implement the usual capability that a user can select a selection of pages. I have a report that is generated by my application that if...
8
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web...
0
by: nikhilgargi | last post by:
Requirement: I need to provide printing capability in a C# desktop application that I am developing The documents that need to be printed can be in Rich Text Format (RTF) or HTML. Custom...
18
by: Brett | last post by:
I have an ASP.NET page that displays work orders in a GridView. In that GridView is a checkbox column. When the user clicks a "Print" button, I create a report, using the .NET Framework printing...
0
it0ny
by: it0ny | last post by:
Hi guys, thanks I am fairly new to this forum so I hope I chose the right place to post this question. I try to make my program printout a deposit's report. I created a class to store the...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.