Re: [iText-questions] save all objects in JTextpane in one go

2011-04-03 Thread 1T3XT BVBA
Op 3/04/2011 14:59, Balder schreef: On 3/04/2011 14:41, 1T3XT BVBA wrote: Op 3/04/2011 14:18, momom...@sina.com schreef: Hello, I am developing an application with a JTextpane. I want to save all the content( including text and image so far) in the JTextpane to a pdf file by using iText.

Re: [iText-questions] save all objects in JTextpane in one go

2011-04-03 Thread Balder
On 3/04/2011 14:41, 1T3XT BVBA wrote: Op 3/04/2011 14:18, momom...@sina.com schreef: Hello, I am developing an application with a JTextpane. I want to save all the content( including text and image so far) in the JTextpane to a pdf file by using iText. A JTextPane is a Swing object. Swing

Re: [iText-questions] save all objects in JTextpane in one go

2011-04-03 Thread 1T3XT BVBA
Op 3/04/2011 14:18, momom...@sina.com schreef: Hello, I am developing an application with a JTextpane. I want to save all the content( including text and image so far) in the JTextpane to a pdf file by using iText. A JTextPane is a Swing object. Swing objects can write themselves to a Graphi

Re: [iText-questions] save all objects in JTextpane in one go

2011-04-03 Thread Balder
Hi On 3/04/2011 14:18, momom...@sina.com wrote: Hello, I am developing an application with a JTextpane. I want to save all the content( including text and image so far) in the JTextpane to a pdf file by using iText. Is there a way that I can save all these objects in the df file in one go?

[iText-questions] save all objects in JTextpane in one go

2011-04-03 Thread momomo_o
 Hello, I am developing an application with a JTextpane. I want to save all the content( including text and image so far) in the JTextpane to a pdf file by using iText. Is there a way that I can save all these objects in the df file in one go? I mean, I know how to save text and image respecti