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
>
> 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
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
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
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
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
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,
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
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.
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
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
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
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
13 matches
Mail list logo