nilesh wyawahare wrote: > hi all > i am currently working on one eclipse plgu-in development project, > in that i want to transfer a Jface Tree viewer or a tree view in PDF > document using itext > How can i use itext to make a tree view in pdf file
JFace is SWT based. iText only supports AWT based UI stuff. I don't say it's impossible to render a JFace tree to PDF with iText, but you'll have to write the SWT counterpart of the PdfGraphics2D class (a very interesting job if you ask me, but unfortunately I don't have the time to do it). br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
