Batch Print

  • Thread starter Thread starter Gave
  • Start date Start date
G

Gave

Hello Everyone!

I have a web application with a datagrid, so the user can check on a
check box to send the printer an png file that correspond with each
datagrid row. I need to print the images all at once in client printer
rather than display the image in the browser. I need something like a
batch print. How can I do this?

Thanks in advance.

Gabriel.
 
this is just idea:
build dynamic web page with images for print and call JS function
document.Print() (as far as I remember)

actual implementation is up to you


you can put new page in hidden iframe and call from your page

I hope this helps
Galin Iliev[MCSD.NET]
www.galcho.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