aspose file tools
The moose likes JSP and the fly likes Print Multiple Document Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Print Multiple Document" Watch "Print Multiple Document" New topic
Author

Print Multiple Document

Sahil Sharma
Ranch Hand

Joined: Aug 27, 2003
Posts: 152
Hi,
I need to print more then one document without opening them using client side java script. But i am not able to do so. Please help.
thanx
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
You can not do this with javascript since you need to have the document open to print it. JavaScript can not see a file unless it is opened on the client.
You can not do this since anyone could try to print out a 500000000000 page document of the word MOOSE when you goto their site. You are going to have to open up every page and print it or give them a zip file and tell them to print all the files.
Also we go have a javascript forum here.
Eric
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56207
    
  13

Also we ... have a javascript forum here.

Indeed we do! And this topic is being spirited off to it.
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Print Multiple Document
 
Similar Threads
Send asci to printer to turn paper ?
Mikalai Zaikin's SCBCD study guide printable version.
Print Document
how can i print an xml document through dom api
How to hide the image from the HTML document?