Are there any instructions for setting up iText to build with Eclipse?
1T3XT info wrote:
>
> Peter B. West wrote:
>> No, I meant have you been able to build iText using NB 6.8.
>
> What is so terribly different about NB 6.8 that makes it impossible to
> build a jar? In Eclipse, it's done in s
Peter B. West wrote:
> Thanks Zlatni.
>
> No, I meant have you been able to build iText using NB 6.8.
What is so terribly different about NB 6.8 that makes it impossible to
build a jar? In Eclipse, it's done in seconds. Maybe you should ask the
people at NB.
--
This answer is provided by 1T3XT
Usually one adds values together to get a sum.
Not sure what you are asking, since this doesn't seem like an iText question as
how you produce values is up to you...
Leonard
From: Venu Repaka [mailto:rven...@gmail.com]
Sent: Sunday, January 17, 2010 10:10 PM
To: itext-questions@lists.sourceforg
Hi,
I am new to iText and trying to generate a pdf.
I have a cell and it contains 4 rows.
row1: 10
row2: 20
row3: 30
row4: 40
row5: 100 (sum of above 4 rows)
How to calculate the sum of 4 rows using iText.
I will need it as soon as possible. I would appreciate if someone can let me
know.
Thanks i
Thanks Zlatni.
No, I meant have you been able to build iText using NB 6.8.
Peter
Zlatni wrote:
>
> Hello Peter,
>
> if you mean how to add itext jar in netbeans and be able to build pdf with
> it, it is pretty easy. Right click on your project -> properties, then in
> categories select libra
Hello Peter,
if you mean how to add itext jar in netbeans and be able to build pdf with
it, it is pretty easy. Right click on your project -> properties, then in
categories select libraries, then add jar/folder, and find your itext.jar.
Hope this answers your question...
Adis
Peter B. West
Hi Zlatni,
How have you set up iText under NetBeans 6.8? Are you able to build?
Peter
Zlatni wrote:
>
> Hello,
> i have made my first steps in itext and i must say that it is great! I
> have some java experience and I'm using netbeans 6.8. My question is,
> where can i download how can I int