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 don't know that much about iText, but... you did close the PdfWriter at some point, right?
PdfWriter