[iText-questions] Andrew S Moy/CHI/NTRS is out of the office

2008-09-29 Thread Andrew S Moy
I will be out of the office starting September 29, 2008 and will not return until October 2, 2008. Hello, Please contact Carl Groebe (312) 557-5454 if you need any assistance during this time, thanks. - This SF.Net email i

Re: [iText-questions] iText issue on Vista

2008-09-29 Thread R . Anitha
> > Your explanation doesn't make sense. > iText doesn't have any buttons. > br, > Bruno > Hi Bruno, I'm sorry if my message didn't reach you properly .I didn't mean the button ,anyhow let me explain it clearly .. To explain in details : 1.To make it more cl

Re: [iText-questions] Simple insertion img scale to 4/3 and get blur

2008-09-29 Thread Howard Shank
I do not know. If you want to post your jpeg and your resulting RTF separately I will take a look at them when I have time. Regards, Howard Shank - Original Message From: lacre <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Monday, September 29, 2008 11:41:45 AM S

[iText-questions] Simple insertion img scale to 4/3 and get blur

2008-09-29 Thread lacre
hi folks, I'm not abble to insert an image in an RTF (openned by Word) without it has been scaled by 4/3. Am I doing wrong? /***/ Document doc = new Document(); RtfWriter2 writer2 = RtfWriter2.getInstance(d

Re: [iText-questions] iText-questions Digest, Vol 28, Issue 79

2008-09-29 Thread Klas Lindbäck
I got similar problems for Rectangle when upgrading from iText-1 to iText-2. Some getter methods have been renamed. Change your code to call com.lowagie.text.Image.getPlainWidth() and it should work. Cheers, Klas > Ämne: > [iText-questions] Error - java.lang.NoSuchMethodError: > com.lowagie.t

[iText-questions] Antwort: Re: Antwort: Re: Antwort: Antwort: Re: PdfPCellEvent and Pagebreak Problem

2008-09-29 Thread Benjamin Rein
Hi Paulo, I even had to make it more ugly, because generic tags are always triggered before cellevents. At the time of the generic tag I don't have the rectangle values of the cellevent. In order to get it running properly I had to mess around with additonal generic tags after the first and aft

[iText-questions] Combo box setValue doesn't set appearance for empty value

2008-09-29 Thread Dajana Milinov
Hi, I am trying to set value on combo box, but it looks like appearance cannot be set if value is empty string. I am adding list options and setting first value, like this: String[] values = {"", "1", "2"}; String[] displayTexts = {"Select one", "first", "second"}; form.setListOption(fieldName,

Re: [iText-questions] Antwort: Re: Antwort: Antwort: Re: PdfPCellEvent and Pagebreak Problem

2008-09-29 Thread Paulo Soares
The last even triggered requirement changes everything and it can't be done without changing iText. A (ugly) workaround is to have a generic tag event placed in the last char of the last paragraph to mark the validity of the cell event. Paulo > -Original Message- > From: Benjamin Rein

Re: [iText-questions] Problem with x, y for a block

2008-09-29 Thread Mathias P.W Nilsson
Thanks! Is there anyway of always getting the 0 position for the pdf when stamping it? -- View this message in context: http://www.nabble.com/Problem-with-x%2C-y-for-a-block-tp19509381p19710185.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Concatenate two pdfs keeping user enabled feature

2008-09-29 Thread Ana Santos
Hello, My situation is as follows. I have one pdf with user enabled rights (one XFA form that users can edit/save multiple times) and one pdf generated using iText. When I try to concatenate these files, the resulting file loses the user enabled rigths. I use PdfCopyFields to concatenate the pdf

Re: [iText-questions] Parsing HTML to pdf, and determine the height of the resulting cell

2008-09-29 Thread François Miermont
Well it's simple, I'm parsing HTML to put the result on a PDFPCell. Problem is that the layout of the page doesn't allow the cell to exceed a given height. So if the content is too big, I want to be able to put some text on the cell (like "See content on appendix"). -Message d'origine- De 

[iText-questions] Antwort: Re: Antwort: Antwort: Re: PdfPCellEvent and Pagebreak Problem

2008-09-29 Thread Benjamin Rein
Hi Paulo, the problem is that I don't need the cell coordinates of the first triggered event of each cell, but the coordinates of the last event triggered for each cell. These two can be the same if the cell fits completely on one page. I should have made this requirement clear in the beginnin

Re: [iText-questions] iText issue on Vista

2008-09-29 Thread Bruno Lowagie
R.Anitha wrote: > Hi, > > We use iText (1.3)API for our product to convert our report to PDF > report on click of a button. > > It worked fine with Windows XP ,when we tried to execute our product on > Windows Vista Ultimate- the button doesn't works. > > When i verified,there is no compil