[iText-questions] PDF digital signature

2004-10-13 Thread Giuseppe Damiano
Hi, Istarted using iText to try PDF digital signature. I successfully signed a PDF document using the "PdfStamper.createInvisibleSignature" api. If I try to add a new signature to the already signed document, the Acrobat viewer shows me the two signatures, but it says that the first

RE: [iText-questions] Internal linking from Annotation?

2004-10-13 Thread Neil Darroch
Thanks for the response Paulo. Could someone give an example of how to use PdfAnnotation with PdfAction and PdfDestination please, I'm not entirely clear on how to use these. I found a way to do roughly what I wanted using pdfContentByte.localDestination and pdfContentByte.localGoTo but would

RE: [iText-questions] html2pdf OutOfMemoryError Help me :((

2004-10-13 Thread Bill Ensley
Your JVM needs more memory -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ali CBCBINARSent: Wednesday, October 13, 2004 9:05 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] html2pdf OutOfMemoryError Help me :(( Hi my

[iText-questions] TABLE BORDERS

2004-10-13 Thread Paula . Smith
I would like to set a bottom border for a row on a table with a dashed line. How can I go about doing this? Is there a way to set the border for the row or should I do it for each cell. again I would like to have the row underlined with a dashed line. Thank you Paula

[iText-questions] Read a PDF and parse it

2004-10-13 Thread Paula . Smith
I have decided to try and read a pdf that is currently available and parse it out for tags that I have put into it the tags are in DATE. Is it possible to read this pdf and then replace these tags with the variable information that I will have?

Re: [iText-questions] TABLE BORDERS

2004-10-13 Thread Paulo Soares
To have a dashed border you need to use a PdfPTableEvent. See the examples at itextpdf.sf.net. Best Regards, Paulo Soares - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 18:20 Subject: [iText-questions] TABLE BORDERS I would like

Re: [iText-questions] TABLE BORDERS

2004-10-13 Thread Steve Appling
It's not currently supported by the built in border support for a table cell (but sounds like a good future feature). If you are using PdfPTable, you can accomplish the same thing by adding a custom PdfPTableEvent handler to your table. The event callback has enough information to know the

Re: [iText-questions] html2pdf OutOfMemoryError Help me :((

2004-10-13 Thread Steve Appling
See the ExampleLargeTable.java example in examples-139.zip at http://itextpdf.sf.net. - Original Message - From: Ali ÇINAR [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 12:04 PM Subject: [iText-questions] html2pdf OutOfMemoryError Help me :(( Hi my

[iText-questions] Rich text content in the cell is lost when the document page size is PageSize.A4.rotate()

2004-10-13 Thread srinivasu . l . vempuluru
Hi, I am using the SAXiTextHandler.java as the handler to parse the richtext. I defined a class TextElementArrayWriter which implements the DocListener and using this object during creation of the handler object. I am using the following code to add some richtext to a cell. The content in

Re: [iText-questions] Read a PDF and parse it

2004-10-13 Thread Paulo Soares
Wrong decision. A PDF is not text, it may look like text but it's not. In many cases it's impossible to extract the text, the layout, etc. You can put fields in the tag positions and fill them. Best Regards, Paulo Soares - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: [iText-questions] header problem

2004-10-13 Thread Paulo Soares
- Original Message - From: sachin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 11:48 Subject: [iText-questions] header problem Hello again ! i am using PdfContentByte's showTextAligned() method to add a customer detail at a specific position. I want

Re: [iText-questions] PdfPTable displays border

2004-10-13 Thread Mirza Abbas Raza
I am using addCell(PdfPTable) and not addCell(PdfPCell). Thanks. --- Paulo Soares [EMAIL PROTECTED] wrote: That won't do any good if you are using addCell(PdfPCell). - Original Message - From: Mirza Abbas Raza [EMAIL PROTECTED] To: Paulo Soares [EMAIL PROTECTED] Sent:

RE: [iText-questions] Internal linking from Annotation?

2004-10-13 Thread Paulo Soares
PdfAnnotation.createLink(..., new PdfDestination(PdfDestination.XYZ, left, top, 0)) -Original Message- From: Neil Darroch [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 4:27 PM To: Paulo Soares Subject: RE: [iText-questions] Internal linking from Annotation? Thanks

RE: [iText-questions] How to add a new form field into an existing pdf file

2004-10-13 Thread Paulo Soares
Just a correction: what can't be done is to be a kid of an existing field. In other words you can create a new radio object full of buttons but you can't add a new button to an existing radio object. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED]

[iText-questions] Reducing the nested table height

2004-10-13 Thread Ralph Bohnet
How do I reduce the height of a nested table? I have an outer table that contains rows of PdfPtables, and the height of each row is more than if I simply added a PdfPCell. Nested tables were added so that the page breaks occur on a row. A sample test program below draws 2 tables, one

[iText-questions] problems with output

2004-10-13 Thread Andrea Antonello
Hi, I have a question about compatibility. I use iText to print pdf of mainly java graphics. The result is not always the wanted. Putting apart the transparency issue, which is known, I get strange results: On linux viewing the same document, with acrobat it misses some text (drawString), but

RE: [iText-questions] Newbie question - is it possible with Itext ?

2004-10-13 Thread Paulo Soares
There are many ways. To name just a few: - insert an hidden form field - put a private dictionary in the catalog with the page descriptions - put another key in the info dictionary with the page descriptions Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL