How to get the list of installed printers?

Hi all


How to get the list of installed printers on Windows and MAC by using Aspose-cell for Java?

Hi,


Well, your query is out of context as Aspose.Cells for Java is spreadsheet management API used to create, manage, render, convert or print MS Excel spreadsheets (XLS, XLSX, XLSB, XLSM, CSV, Tab Delimited, etc.) and other formats (e.g ODS, SVG, TIFF, PDF etc.). You may use JDK APIs to accomplish the task. Please browse internet to search the relevant document/thread on how to get a list of installed printers in JAVA:
e.g
http://stackoverflow.com/questions/410967/how-do-i-get-a-list-of-installed-printers

Thank you.