I want to sava a JFrame form into a PDF file. How can i do it?
For example my JFame form that is Invoice receipt consists of Jlabel JTextfield and Jbutton and i want to save it into pdf file how to make it by clicking a button?
Do I need to use "Itext"? Sorry, i am java beginner.Please help. Thanks in advanced.
All i can see is How to print content of a label in java?
Please refer to my Jframe JFrame Invoice save into pdf file