Button on a web page to print a selected num of powerpoint files

  • Thread starter Thread starter Barry Sweet
  • Start date Start date
B

Barry Sweet

I need to provide an interface to provide users to
automatically print a number of Powerpoint files that
reside in a central location on a server.

The UI is built in ASP and automatically generates the
filenames/path based on form selection.
 
Besides configuring your PRINT link or button, you can add the link
statement in the header specifying what to print and where from :

<LINK rel=alternate media=print href="http://mysite/presentation.ppt">

Regards,

Gus Collot

--------------------------------------------------------------------
 
Back
Top