[iText-questions] table

2002-06-18 Thread Aristo . Togliatti

Hi all,

is it possible to retrieve the x and y coord. of a table's left lower corner
(or any corner)?

Thx,

A.


   Bringing you mounds of caffeinated joy
   http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] table

2002-06-18 Thread Paulo Soares

Yes, with PdfPTable. No, with Table.

Best Regards,
Paulo Soares

 -Original Message-
 From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, June 18, 2002 9:29
 To:   [EMAIL PROTECTED]
 Subject:  [iText-questions] table
 
 Hi all,
 
 is it possible to retrieve the x and y coord. of a table's left lower
 corner
 (or any corner)?
 
 Thx,
 
 A.
 
 --
 --
Bringing you mounds of caffeinated joy
http://thinkgeek.com/sf
 
 ___
 iText-questions mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/itext-questions


   Bringing you mounds of caffeinated joy
   http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Possible bug (or user newbie) - table, rowspan at the bottom

2002-06-18 Thread Gabriel Gajdos

At this link 
http://elfar.host.sk/iText-TableBug.zip
(56kB) you can find ZIP file with one PDF document with incorrect table handling. (I 
did not want to post is to this mailing list.)

The problem appears in the following conditions:

Table is using rowspan for a few columns (not all!) but the first row of the rowspan 
is at the end of page.

Is this a bug or am I doing something wrong?
Is it posible to bind two rows together so that they remain allways in one page?

Example (description):

| rowspan=2 |some cell1|
end of page
||some cell2|

I think , all the rows of rowspanned cell should be together in one page.

If you are interested, in the above mentioned PDF this situation is at the end of the 
first page.


Thanx for your time.

GG



   Bringing you mounds of caffeinated joy
   http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] Possible bug (or user newbie) - table, rowspan at the bottom

2002-06-18 Thread David Teran

Hi,

afaik neither PdfTable  not Table support rowspan at this time.

regards, david


On Tuesday, June 18, 2002, at 11:37 AM, Gabriel Gajdos wrote:

 At this link
 http://elfar.host.sk/iText-TableBug.zip
 (56kB) you can find ZIP file with one PDF document with incorrect table handling. (I 
did not want to post is to this mailing list.)

 The problem appears in the following conditions:

 Table is using rowspan for a few columns (not all!) but the first row of the 
rowspan is at the end of page.

 Is this a bug or am I doing something wrong?
 Is it posible to bind two rows together so that they remain allways in one page?

 Example (description):

 | rowspan=2 |some cell1|
 end of page
 ||some cell2|

 I think , all the rows of rowspanned cell should be together in one page.

 If you are interested, in the above mentioned PDF this situation is at the end of 
the first page.


 Thanx for your time.

 GG


 
Bringing you mounds of caffeinated joy
 http://thinkgeek.com/sf

 ___
 iText-questions mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/itext-questions


---
David Teran
cluster9, David Teran

Juedenstrasse 13
37073 Goettingen
Germany

Mail: [EMAIL PROTECTED]
Phone: +49 (0) 551 48 83 077
Fax: +49 (0) 551 48 83 079



   Bringing you mounds of caffeinated joy
   http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] New release itext-paulo-99

2002-06-18 Thread Paulo Soares

Changes in itext-paulo-99 (2002-06-18)

- fixed a bug with \r\n in chunks,

- added PIE, ARC and CHORD to WMF.

- font reorganization.

- CJK fonts can be accessed by CID.

- PdfPCell supports rightIndent and followingIndent for independent
  alignment within the cell.

- added class VerticalText for enhanced support for vertical text.
  Anottation support is not there yet. I would appreciate some feedback
  from CJK users for ways to improve the vertical layouting.

- DefaultFontMapper reads a font directory 7 times faster.


All this at:

http://www.geocities.com/itextpdf


Best Regards,
Paulo Soares


   Bringing you mounds of caffeinated joy
   http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



Re: [iText-questions] New release itext-paulo-99

2002-06-18 Thread Bruno

Quoting Paulo Soares [EMAIL PROTECTED]:

 Changes in itext-paulo-99 (2002-06-18)
(...)
 All this at:
 
 http://www.geocities.com/itextpdf

And uploaded to the CVS repository at:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/itext/

A new official release will follow before the end
of this month.

Bruno


   Bringing you mounds of caffeinated joy
   http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Too much space between iText objects

2002-06-18 Thread Yi Chen

Hi all,

I'm using the iText library and there's too much space between my objects, such as 
Paragraphs and Tables. Is there a way to reduce the space between them so that my 
document is tighter?

Thanks in advance!

Yi



   Bringing you mounds of caffeinated joy
http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



RE: [iText-questions] PDf file With Form Field

2002-06-18 Thread Patil, Manohar (CAP, GEFA, Contractor)

Hi ,

I want to create a PDF with a multiline text form Field.
For the same the code is as follows
.
writer = PdfWriter.getInstance(document, new
FileOutputStream(C:\\Chap13_form.pdf));
PdfAcroForm acroForm = writer.getAcroForm();
document.open();
   
  PdfFormField field = PdfFormField.createTextField(writer,
PdfFormField.MULTILINE, PdfFormField.PLAINTEXT, 0);
  field.setMKBackgroundColor(new Color(255,0,0));
  field.setPage();
  acroForm.addFormField(field);
  document.close();
.

But while running it is giving the error that :-

ExceptionConverter: java.lang.RuntimeException: 1 annotations had invalid
placement pages.
at com.lowagie.text.pdf.PdfDocument.close(Unknown Source)
at com.lowagie.text.Document.close(Unknown Source)
at
com.gefa.genius.services.test.Chap13_form.main(TestFormField.java:74)
Exception in thread main

What could be the problem ?

Thx and regards

Manohar



-Original Message-
From: David Teran [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 17, 2002 3:12 PM
To: Patil, Manohar (CAP, GEFA, Contractor)
Cc: '[EMAIL PROTECTED]'
Subject: Re: [iText-questions] PDf file With Form Field


 I want to generate a PDF with some static data and some Form Fields so
that
 in the Forms Field user can enter the text.

 Is it possible to generate a PDF with Form field using iText ? How ?

Yes, this is possible. ASAIK you cannot use the higher level API, you must
use methods in the pdf package. Look for AcroForm class and Advanced PDF
tutorial.

regards, david


 Thanks In advance


 Manohar Patil

 ___

 Sponsored by:
 ThinkGeek at http://www.ThinkGeek.com/
 ___
 iText-questions mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/itext-questions


---
David Teran
cluster9, David Teran

Juedenstrasse 13
37073 Goettingen
Germany

Mail: [EMAIL PROTECTED]
Phone: +49 (0) 551 48 83 077
Fax: +49 (0) 551 48 83 079


   Bringing you mounds of caffeinated joy
http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions



[iText-questions] Inserting a GIF

2002-06-18 Thread Miller, Eric

When trying to insert a GIF (just a small checkbox), I keep getting the
following exception:
com.lowagie.text.DocumentException: file: c:/check.gif is not a
supported GIF-file (the image separator '0x2c' is not found after
reading the color table).
I made this gif with Adobe Photoshop Editor.  Do I have to use something
else?  All I am doing in my code to create the GIF object is:
Image checkbox = Image.getInstance(filepath);
Thanks in advance,
eric



   Bringing you mounds of caffeinated joy
http://thinkgeek.com/sf

___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions