Print SLIDE or PPT

Hi

Will provide href to user,when the user click on href related ppt or slide go for print ,

is it possible from aspose.slides , if possible please advise me how to do that (from .net Application).

Thanks

Neni

You don’t need Aspose.Slides for .NET to print PowerPoint document. You can use PrintDocument (http://msdn.microsoft.com/en-us/library/aa287530(VS.71).aspx) component in your .NET application to print any document.

Hello,

You can create slide image with Aspose.Slides and send it to printer with .NET framework libraries for printing.