I have an ASP.NET page where I show links to PDF documents. The users wants to be able to select multiple documents and print them with a single click. I have access to the physical locations of the documents on the server. The user also wants to save them locally with a single click. I am not sure if it is feasible with the Pdf.Kit. I found printing in the PdfViewer class but I am not sure how it can handle multiple documents programmatically. So far I couldn’t find anything for saving.
Hi Eliyahu,
I would like to share with you that Aspose.Pdf.Kit allows you to print a single PDF file at a time using PdfViewer class. If you want to printer multiple PDF files, you may loop through all of them and print one by one. However, I’m sorry to inform you that the print functionality will not work in a remotely hosted web application; it only works with client applications (Windows Form, Windows Services, Console Application etc.).
We’re sorry for the inconvenience. If you have any further questions, please do let us know.
Regards,