[iText-questions] Re: Table header colspan and nested tables

2004-02-12 Thread Leo Haskin
Chris Farmer scitegic.com> writes: > > I have a table that has 2 columns. > ... > But, when I add a nested > table in the SECOND column (or any column besides the first in a > multi-column outermost table) the first row's header cell's colspan gets > confused. I'm having the same problem.

[iText-questions] Brian Hobbs/IDBS is out of the office.

2004-02-12 Thread BHobbs
I will be out of the office starting 12/02/2004 and will not return until 16/02/2004. I will respond to your message when I return. XLfit 4 is now available. Powerful curve fitting, statistics and results presentation f

[iText-questions] page border and header/footer

2004-02-12 Thread Bryan Stevenson
Hey All, First off...I'm about 5 days into iText ;-) I'm getting some undesired results with a page border and header/footers The border is showing around the entire page AND the header/footer.I just want the border around the whole page and nothing else. The code (sorry...in ColdFusion...bu

[iText-questions] BIDI examples

2004-02-12 Thread Paul Hastings
i've been using iText via coldfusion with unicode text (mainly thai) without much trouble for while now. i've been testing with other languages to make my components more i18n & seem to have hit a snag with arabic (and i guess with any other BIDI language). it doesn't show up in the right direction

RE: [iText-questions] Merging PDF with FDF

2004-02-12 Thread Yaser Amarneh
Thank you very much Sir. You are great -Original Message- From: Bruno [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 2:37 AM To: Yaser Amarneh Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] Merging PDF with FDF Quoting Yaser Amarneh <[EMAIL PROTECTED]>: > Hello > > I

RE: [iText-questions] document templates and dynamic text

2004-02-12 Thread Paulo Soares
Title: RE: [iText-questions] document templates and dynamic text Use PdfStamper instead. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent:   Thursday, February 12, 2004 16:17 To: [EMAIL PROTEC

Re: [iText-questions] Stamping multiple times ...

2004-02-12 Thread Christer Sandberg
Thank you for the reply. I tried what you suggested but the problem was that the text that I was trying to add via PdfCopy.getDirectContent() didn't show when viewing the result. I finnaly decided to add the template as an XObject instead since that one is shared between all pages. That alone ma

[iText-questions] document templates and dynamic text

2004-02-12 Thread Jason_Thompson
I am trying out iText and am having some difficulty merging two concepts together. I have a document template stored on disk that includes fields that need filling in. After I fill in the fields, I would like to add some dynamic text to the document prior to returning it. I'm thinking I need abso

RE: [iText-questions] Stamping multiple times ...

2004-02-12 Thread Paulo Soares
Title: RE: [iText-questions] Stamping multiple times ... You must do it in two steps: - read the template and populate it to memory - read the memory and add it to PdfCopy You can use the constructor PdfReader(PdfReader) to read the template from disk only once. Best Regards, Paulo Soare

RE: [iText-questions] Problem Modifying existing pdf

2004-02-12 Thread Paulo Soares
Title: RE: [iText-questions] Problem Modifying existing pdf Use PdfStamper. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent:   Thursday, February 12, 2004 13:34 To: [EMAIL PROTECTED] Subject

[iText-questions] Memory Errors

2004-02-12 Thread Tony . L . Reller
I have been conversing with Jeff about memory issues when running many reports at one time. We to have run into this problem. Our report size on average is alot larger than those created in the tests below See e-mail chain below for issue: However, I did get a hold of a friend of mine in the area

[iText-questions] Problem Modifying existing pdf

2004-02-12 Thread david . deridder
Title: Problem Modifying existing pdf Hi all, What I would like to do is start from an existing pdf file and add text and images on it. This can be used for example to add a "duplicate" mention diagonally over every page of the document. I succeeded to do this as follows: PdfReader reader

[iText-questions] Stamping multiple times ...

2004-02-12 Thread Christer Sandberg
Hi, maybe this is a silly question but I can't find the answer in the list. I wan't to have a PDF as a template and apply some text to it much like PDFStamper but I need to do it multiple times in one batch (i.e. have the result as several pages), only the text will differ between the pages the

RE: [iText-questions] iText1.02

2004-02-12 Thread Paulo Soares
Title: RE: [iText-questions] iText1.02 Look closer, it's still there. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent:   Wednesday, February 11, 2004 21:49 To: [EMAIL PROTECTED]; [EMAIL PRO

RE: [iText-questions] warning with J2SE 1.5.0

2004-02-12 Thread Huttin Pierre
I'm beginning a test campaign with j2se 1.5.0, I have not find some problem for the moment. And the performance looks like better. But no real test it's just an impression. At this time I have find no compatibility problem between j2se 1.5.0 and iText, only two warning during compilation proces

Re: [iText-questions] Merging PDF with FDF

2004-02-12 Thread Bruno
Quoting Yaser Amarneh <[EMAIL PROTECTED]>: > Hello > > I downloaded your iText library, and by the way it is great. I was = > looking to see if I could merge an FDF file with a PDF file but could = > not find anything. Could you please tell me if there is a way to do that = > using your library.

RE: [iText-questions] warning with J2SE 1.5.0

2004-02-12 Thread Sherlock Simon
Alittle off topic but how do you find JDK1.5.0? Does it have the performance improvements Sun claim? And to bring it back on topic, aside from the issue below does iText work OK with it? Simon -Original Message- From: Huttin Pierre [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 13:33

[iText-questions] Merging PDF with FDF

2004-02-12 Thread Yaser Amarneh
Hello I downloaded your iText library, and by the way it is great. I was looking to see if I could merge an FDF file with a PDF file but could not find anything. Could you please tell me if there is a way to do that using your library. I would really appreciate it. Thank you very much Sincerel

[iText-questions] RTF footer using xml and xsl

2004-02-12 Thread Rajnish Joseph
I am using itext api to create a rtf document. The data is contained in an xml file and the format for output is in xsl. The xml and xsl is merged and then it is passed to rtf writer. I was trying to set 'header' & 'footer' in the rtf document but i am unable to do it. Any help in this regard.

[iText-questions] no show data in PDF version 6.0.1

2004-02-12 Thread MA. DEL CARMEN PADILLA TEJEDA
Hi I use a JasperReport and show the reports in pdf ok , but since that versión actualizate in 6.0.1, the reports not show the data. I use Itext version  itext-0.96.jar   Would you have an action about this problem?   Thanks for any help   Ma. Del Carmen Padilla Tejeda Jefe de