[iText-questions] How to deep copy a PdfPTable?

2008-09-01 Thread murrah
Hi, Is it possible to make a deep copy of a PdfPTable? ie a separate instance, not a reference. If so, how is it done? I am pretty new to Java and I cant see how it is done. Clone() doesnt seem to work. Thanks, Murray -- View this message in context: http://www.nabble.com/How-to-deep-copy-a

[iText-questions] null Values When Creating Chunks

2008-09-01 Thread Mike Duffy
It seems that the constructor for the Chunk class will throw an null pointer exception if the String value is null. In JSTL null input values are treated as empty Strings; it would be helpful if iText had this behavior. Thx. Mike ---

Re: [iText-questions] Decimal Places

2008-09-01 Thread Mike Duffy
I am adding a String to a Chunk and then adding that Chunk to a phrase. The string is a decimal format of a latitude value. From debugging the code I am certain the String contains the value, "31.20754326". Even though it's in a String, iText rounds this value to "31.208" I Googled on this fo

Re: [iText-questions] spatial referenced pdf, gis

2008-09-01 Thread Leonard Rosenthol
On Sep 1, 2008, at 7:45 AM, Matthias Uhler wrote: > AcrobarReader offers in its latest versions geospatial features like > distance measurements and a locating by worldcoordinates. Is it > possible to create a georeferenced pdf with itext? Thank you in > advance! Not yet - but that w

[iText-questions] spatial referenced pdf, gis

2008-09-01 Thread Matthias Uhler
Hello, AcrobarReader offers in its latest versions geospatial features like distance measurements and a locating by worldcoordinates. Is it possible to create a georeferenced pdf with itext? Thank you in advance! Best regards, Matthias Uhler -- Pt! Schon das coole Video vom GMX MultiMessen

[iText-questions] Reg : Pdf Creation

2008-09-01 Thread Shiva Reddy
Hi, I am using iTextSharp.dll for creating Pdf file.It works fine for creating Pdf file.I have got a small problem in that.That is i am saving HTML Editor data in database that has to be write in Pdf file.But the HTML elements are not converting.Please help to write the code or give me any s

[iText-questions] htmlWorker style underline

2008-09-01 Thread Dorchies, Jean-Christophe
Hi I have a problem with htmlWorker. I want to parse a html text like this : a part of my text isunderline But in the pdf, the style is not apply. After looking in the code the parser don't find style to apply. I found in FactoryProperties.class that the method insertStyle is called bu

[iText-questions] RTF and document import

2008-09-01 Thread Michaƫl Morello
Hi, I'm currently working on RTF generation using the iText sources from the svn trunk. In order to manage different headers and footers on pages i use chapters but i also need to import external RTF in the final document. Unfortunately it seems that it is impossible to import an external docum