How can I print an Image from a VB.net WEB application with out di

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a web system to generate barcode cover sheets for scanning
into a document management system.. The system has two parts a web form that
prompts a user for input. This web form calls a web service which creates the
barcode cover sheet as a Image and passes it back as a byte array.

The client does not want to preview the image in IE before printing. They
just want to be able to click a print button, choose a local printer and have
the image go directly to that printer with out ever being displayed to the
end user. Can and how do I do this from vb.asp.net?

Matthew
 
Perhaps you can display the image in a hidden frame/iframe and print
that frame (javascript print command).

Sam


I am working on a web system to generate barcode cover sheets for scanning
into a document management system.. The system has two parts a web form that
prompts a user for input. This web form calls a web service which creates the
barcode cover sheet as a Image and passes it back as a byte array.

The client does not want to preview the image in IE before printing. They
just want to be able to click a print button, choose a local printer and have
the image go directly to that printer with out ever being displayed to the
end user. Can and how do I do this from vb.asp.net?

Matthew

B-Line is now hiring one VB.NET developer for
WinForms + WebServices position with ASPX in future.
Seaking mid to senior level developer. For
information or to apply e-mail sam_blinex_com.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top