I would like to print my Swing JComponent via iText to pdf.
JComponent com = new JPanel(); com.add( new JLabel(\"hello\") ); PdfWriter writer = PdfWriter.g
I needed to call
com.addNotify() com.setSize() com.validate()