[iText-questions] Converting Swing JTextPane to HTML with iText

2008-08-16 Thread ssinai
Hi, I'm able to convert a long JTextPane that combines text with embedded components (like JFreeCharts and my own components within JPanels) into a multi-page pdf document. It works pretty well. I was wondering if I should be able to convert the same JTextPane into an html document using iText.

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 45

2008-08-16 Thread 1T3XT info
Kevin Yu wrote: > hi,1T3XT BVBA > > this wouldn't work for our scenario. since submitting the xml data back > to the server, > the document is then generated with the template on the server side. You are making the wrong assumption that my memory spans more than one day. What are you talking

Re: [iText-questions] Adding Line's/Tables

2008-08-16 Thread 1T3XT info
Ivar Kunst wrote: > So my only question still is, how can i create a horizontal line, at a > certain position without knowing it's y-position. In iText terminology, that's a separator: http://1t3xt.info/examples/browse/?page=toc&id=367 -- This answer is provided by 1T3XT BVBA ---

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 45

2008-08-16 Thread wasegraves
Kevin, Please don't post digests on this discussion list. It is very rude. Thanks for your coorperation. -- Bill Segraves -- Original message -- From: Kevin Yu <[EMAIL PROTECTED]> > > > can I buy you lunch? 1T3XT BVBA > > > > > > From: [EMAIL PROTECTED]

Re: [iText-questions] Servlet, PDF and forms

2008-08-16 Thread Daniel Wamara
No problem, I already found the error (btw my code is working fine). It's just that the version of iText Maven was picking up was the 1.3.1 and I was using the 2.1.3 with my stand-alone application. When I changed the pom.xml version to 2.1.3, it worked out fine. Daniel ---