Is it possible to create a shortcut link on the ribbon or popup menu (when clicking the ellipses) to print the selected document in the SharePoint Library? If so – how would I do that?
For example, I have document library containing Files A, B and C. I want to print file B. Without having to open file B, I want to select file B in the library, click on the ellipses or ribbon and click on a print button that will open the standard Windows printer popup to select printer, number of copies, ect.
Is something like that in SharePoint possible?
Yes, you can add custom button in ribbon of SharePoint and any JavaScript code on that button click like “window.print();”
You can achieve this either by using SharePoint Designer or by Visual Studio.
Please see below link for more details: –
http://www.enjoysharepoint.com/Articles/Details/custom-actions-add-…