Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Batch Printing PDF files - please help

Status
Not open for further replies.

amutinu

Programmer
Oct 19, 2001
50
US
Hi All,
I have a asp page where i select which pdf files to print. i can select multiple files by selecting checkboxes. Does anyone know how i can print all those selected pdf files?

I would really appreciate your response

Thanks,
 
Sorry I don't have an answer for you because I want to do the same on my site so I would really appreciate if you found your answer post it.
Thanks
 
Ditto. I wonder if it is possable.

If you put this code in the <Header>
<link rel=alternate media=print href=&quot;mydirectory.PDF&quot;>
it will print a PDF document when a user selects File -> Print. However I can't get it to work with multiple PDF files.

I tried using the <iframe> tag to display all the PDF files on one ASP page, however you still have to click the print icon for each PDF File.

Please let me know if you find anything else.

Jason
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top