Printer API
Hello
Sorry, i could not find any answer for my question through the forum search :(
Does Intellij IDEA API provide any Printer API. For instance, I have a plugin which produces and show to a user some graphic content and sometime the user want to print the graphic content on a printer in graphic form. Is it possible to provide such functionality from my plugin under Intellij Platform? are there any examples for such cases?
请先登录再写评论。
IntelliJ IDEA does not offer any specific API for printing. You can use the regular Java APIs: https://docs.oracle.com/javase/tutorial/2d/printing/index.html