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?
If you put this code in the <Header>
<link rel=alternate media=print href="mydirectory.PDF">
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.