I need to print an invoice from Java swing application in Unicode (Hebrew chars) and some graphic elements, logo, etc. What is appropriate way to do it?
- Format manually string (by the way how can I do it?) and send it to printer?
- Create JPanel and print it? JPanel shouldn't be visible only printable, can I implement it?
I prohibited to use external libraries for this task, otherwise I have implemented it by using DynamicReports. Thank you very much for any advise.