⟩ Suppose I have a rtf file generated out of jasper report.I want to print this file.I tried using Runtime.getRuntime().exec.But, it is not printing.My questions are How to print the file and how do I specify the path of the file for printing?
Please share your answers.