Printer Drivers supported by Aspose Total

Problem Statement -
Requirement to print worksheets to network printers
Printer Brand - HP , Xerox, Canon, Ricoh

Scenario -
Leverage worksheet to be generated using Aspose Library.
Request a physical network printer to print the worksheet through Aspose Total.

Clarification -
How does Aspose Total act as a façade for all the network printers of different model?
What should the development team do to configure each of this model?

@jits.santhosh

Aspose.Cells provides rendering features (Sheet to Image and Workbook to image) using the APIs. It does not provide means to configure printers on the network. It can send the rendered image of the sheet/workbook to the printer where you need to set printer name for ToPrinter() method. So printer settings should be configured by the user.

We hope this will help.