how to print muliple files (e.g doc, xls, pdf, etc..) using javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sivakumarsubash
    New Member
    • Mar 2008
    • 2

    how to print muliple files (e.g doc, xls, pdf, etc..) using javascript

    I want to print all the files within the folder without opening the print dialog using javascript. the files may be any format, ie doc, xls, pdf, jpeg etc.. any help would be appreciated...
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    This is not possible with JavaScript. All JavaScript can do is invoke the browser print dialog.

    You could possibly use some ActiveX code in an IE-only environment with the correct security settings.

    Comment

    Working...