[iText-questions] Performance improvement for ByteBuffer.formatDouble(double, ByteBuffer) in HIGH_PRECISION mode

2008-12-23 Thread Feng Dihai
In our case, it is important and necessary to output all floating point numbers in higer precision with 6 decimal digits. But I noticed that in ByteBuffer.formatDouble(double, ByteBuffer), a new instance of DecimalFormat is created at each call of the method which will causes a great performance lo

[iText-questions] BarcodeDatamatrix

2008-12-23 Thread matthew abbott
Basically I am wondering if anyone has ever tried using the com.lowagie.text.pdf.BarcodeDatamatrix class to create a datamatrix barcode.Ive been trying and trying and i keep getting errors. basically i have this... Im using coldfusion. datamatrixBarCode = CreateObject("java","com.lowagie.tex

[iText-questions] Cedric Lemaire/FR/EUROPE/GROUP is out of the office.

2008-12-23 Thread cedric . lemaire
I will be out of the office starting 12/23/2008 and will not return until 01/05/2009. I will respond to your message when I return. Please contact: * Camille Bonnin (46153) or Gregory Beaume (74775) for Business requirements or support, * Benoit Barraud (75053) or Julien Sebrien (49819) for

Re: [iText-questions] [Fwd: Re: iText invisible annotation]

2008-12-23 Thread Sankha Subhra Dey
it seems there isn't an ar 9 for ubuntu yet. anyway i downloaded ar9 on vista and checked the annotation, and it is still visible. so could someone please tell me what's going wrong? thanks shankha. On Tue, Dec 23, 2008 at 7:21 AM, 1T3XT info wrote: > Sankha Subhra Dey wrote: > > Well where

Re: [iText-questions] iText memory issue

2008-12-23 Thread Paulo Soares
I've added Deflater.end() just in case the GC is slow to call finalize(). You can get it from the SVN. Paulo > -Original Message- > From: Mallin, Eoin [mailto:emal...@revenue.ie] > Sent: Tuesday, December 23, 2008 4:29 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-qu

[iText-questions] iText memory issue

2008-12-23 Thread Mallin, Eoin
Hi, first of all thanks for you great product. I've used it in a number applications to date. Recently we've come across an issue whereby our application was exhausting all native memory when using iText. We're running the application on Solaris 9 and our Java memory settings are -Xmx2048m -Xms 2

[iText-questions] PDF Toc questions

2008-12-23 Thread Marta Figueiredo
Hi I have two questions regarding the generation of a PDF table of contents - How can we generate a TOC with roman numbering? - How can we set the sections numbering to include the parent chapter number (Ex: Chapter 2 - 2.1, 2.2, 2.3 ..) Thanks M. ---

Re: [iText-questions] Filling Forms. filling static text field

2008-12-23 Thread 1T3XT info
Roopa Bethi wrote: > Hi. > I am trying to fill a form using setField method. it works fine for text > fields combo boxes etc. > I also need to fill static text field .i contain both of these in my form. > Name: > Address: > > filled in form should be > > Name:Martin > Address:5 th street > > T

Re: [iText-questions] reagding pdf versions

2008-12-23 Thread Leonard Rosenthol
You obviously haven't read the PDF Reference (ISO 32000), yet you are playing around in the bowels of PDF. The Contents object on a Page can be EITHER a stream OR an array. You need to be able to handle both cases... Leonard On Dec 23, 2008, at 5:37 AM, chamly rathnayaka wrote: hi

[iText-questions] Filling Forms. filling static text field

2008-12-23 Thread Roopa Bethi
Hi. I am trying to fill a form using setField method. it works fine for text fields combo boxes etc. I also need to fill static text field .i contain both of these in my form. Name: Address: filled in form should be Name:Martin Address:5 th street The value will not be contained in a text fil

Re: [iText-questions] Does line spacing depend on font size?

2008-12-23 Thread 1T3XT info
rajeshkatkam wrote: > Is there any method in Itext that can find the glyph properties or default > leading and ascender for a TTF-font. Leading: no Ascender and descender: yes http://1t3xt.info/examples/browse/?page=example&id=132 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ -

Re: [iText-questions] Does line spacing depend on font size?

2008-12-23 Thread rajeshkatkam
thanks for the response, But, we are dynamically adding fonts to our web application every day. Is it possible to provide different leading for each font dynamically(by taking any property of font used in paragraph or chunk). It is difficult to test every font to set the leading accordingly.

Re: [iText-questions] Merry Christmas all

2008-12-23 Thread glen . hamel
Happy Flying Spaghetti Monster day to you too!!! There are so few of us, but we are growing!! Glen Hamel Lead Programmer / Technician Auric Networks Canada, Inc. 570 Orwell Street, Unit 1 Mississauga, Ontario L5A 3V7 Phone 905.361.7621 Fax 905.274.3912 http://www.auricnet.ca From: "David T

Re: [iText-questions] Does line spacing depend on font size?

2008-12-23 Thread 1T3XT info
rajeshkatkam wrote: > Can we get the exact look in PDF from what we are seeing in webpage? I fear you'll have to make a list that defines a specific leading for each font you are using. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] Does line spacing depend on font size?

2008-12-23 Thread rajeshkatkam
Thanks for your response. --It doesn't depend on the font name, but on the glyph metrics vs glyph description of that specific font. How to handle glyph metrics vs glyph description while creating PDF. If we know the glyph metrics can we apply those to paragraph while adding it to the ColumnTex

Re: [iText-questions] Merry Christmas all

2008-12-23 Thread 1T3XT info
David Thielen wrote: > Oops – sorry I meant Christmas as in Santa Claus, not the Christian > holiday. (I’m agnostic – but do believe in Santa.) Actually Santa's holiday is on December 6. See http://lowagie.com/maand.php?year=2008&month=12#959 Usually I wish people "happy holidays". Although the "

Re: [iText-questions] [Fwd: Re: iText invisible annotation]

2008-12-23 Thread 1T3XT info
Sankha Subhra Dey wrote: > Well where did you get AR9 from? The latest version on Adobe's site > takes me to a link for 8.1.3, and the annotation is still visible in > that (I had 8.1.2). Am i missing anything here? http://get.adobe.com/reader/ -- This answer is provided by 1T3XT BVBA http://www.

Re: [iText-questions] adding footer using onEndPageEvent

2008-12-23 Thread 1T3XT info
ramtrb wrote: > Hi All.. > > am new to iText.. i want to get some dynamic contents in footer. > can anyone have sample code for adding footer using onEndPage event.. if so > can u send me.. http://1t3xt.info/examples/browse/?page=example&id=222 http://1t3xt.info/examples/browse/?page=ex

Re: [iText-questions] reagding pdf versions

2008-12-23 Thread 1T3XT info
chamly rathnayaka wrote: > also some time when reas the pdf it missing some words That's perfectly normal. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- __

Re: [iText-questions] adding footer using onEndPageEvent

2008-12-23 Thread Alexis Pigeon
Hi Ram, On 23/12/2008, ramtrb wrote: > > Hi All.. > > am new to iText.. i want to get some dynamic contents in footer. > can anyone have sample code for adding footer using onEndPage event.. if so > can u send me.. Surely these examples were too hard to find: < http://itextdocs.lowag

Re: [iText-questions] reagding pdf versions

2008-12-23 Thread chamly rathnayaka
hi > i was try to read pdf 1.4 using itext. but i woudnot do it this is the code Document document = new Document(); document.open(); PdfReader reader = new PdfReader(path); PdfDictionary page1 = reader.getPageN(i); PRIndirectReference o

[iText-questions] reagding pdf versions

2008-12-23 Thread chamly rathnayaka
hi -- Early birds catches warms concats : +94 772072379 -- ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/i

[iText-questions] adding footer using onEndPageEvent

2008-12-23 Thread ramtrb
Hi All.. am new to iText.. i want to get some dynamic contents in footer. can anyone have sample code for adding footer using onEndPage event.. if so can u send me.. Thanks in Advance by Ram -- View this message in context: http://www.nabble.com/adding-footer-using-onEndPageEvent-t

Re: [iText-questions] SVG and iText

2008-12-23 Thread slaisne
I prepare you samples with the svg file and 2 pdfs (one with iText, one with MacOsx) -- View this message in context: http://www.nabble.com/SVG-and-iText-tp21036090p21140849.html Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] iText invisible annotation

2008-12-23 Thread Sankha Subhra Dey
Well where did you get AR9 from? The latest version on Adobe's site takes me to a link for 8.1.3, and the annotation is still visible in that (I had 8.1.2). Am i missing anything here? SSD. On Sun, 2008-12-07 at 11:30 -0500, Sankha Subhra Dey wrote: > I don't know. I have to test this in AR 9.

Re: [iText-questions] exception while opening pdf files of scanned documents

2008-12-23 Thread Luca_Quaglia
I tried your suggestion (thx a lot) , setting the append mode to false, but it does not work in the same way as before is there some walkaround? Luca Quaglia In.Te.S.A. S.p.A. Corso Orbassano, 367 10137 - Torino - Italy Office: +39 011 0043579 e-Mail: luca_quag...@intesa.it IN.TE.S.A. S.

Re: [iText-questions] [Fwd: Re: iText invisible annotation]

2008-12-23 Thread Alexis Pigeon
Hi Sankha, On 23/12/2008, Sankha Subhra Dey wrote: > Well where did you get AR9 from? The latest version on Adobe's site > takes me to a link for 8.1.3, and the annotation is still visible in > that (I had 8.1.2). Am i missing anything here? > > SSD. I can download AR 9 (english) from here: