[iText-questions] problem creating a button

2004-08-09 Thread Meghal Donde
Hi, I want to create a button in PDF form and add an event to it. To be precise, I want to call some other method written in the same class to be called on click of this button. I am trying to create a button through : PdfFormField field2 = PdfFormField.createButton(docWriter, 1); But, it doesn't w

[iText-questions] FormField Signature

2004-08-09 Thread Nicholas Sutanto
Hi, How do I create a FormField with type signature? There is some method in TextField to create combos, text, and list, but there is no to create signature. Thanks. Nicholas --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank

[iText-questions] add checkbox to table

2004-08-09 Thread Kurakula, Suneetha (HCF)
  Hello Sir,   Can you please le me know know how can I add a check box or any for form fields like ,text field or radio button to a table.   I can't add them to Table using cell.Also may I know how can I disable a checkbox. Please let me know as soon possible.   Thanks, Suneetha  

[iText-questions] PDF signature

2004-08-09 Thread Shashi B Amula
Helle, I am using the PDF signature java file written by "Paulo Soares.". In his "Hello World" example he is creating a pdf using a pdf writer from scratch. In my case I have a PDF file as input , which I have to encrypt and then eventually sign. I managed to encrypt it and also sign it, but whe

[iText-questions] add for field check box to table

2004-08-09 Thread Kurakula, Suneetha (HCF)
Hello Sir,   Can you please le me know know how can I add a check box or any for form fields like ,text field or radio button to a table.   I can't add them to Table using cell.Please let me know as soon possible.   Thanks, Suneetha      

[iText-questions] Copying Bookmarks

2004-08-09 Thread Shashi B Amula
Hi, I am trying to copy book marks from one PDF document into another. I am using the PDF reader to read the source document. I am using PDF writer to write to another file. Can you porivde me with code snippet which does that. I dont want to use PDF copy. Thanks Shashi

Re: [iText-questions] Absolute positioning using pdf-lib

2004-08-09 Thread Paulo Soares
Use the methods in BaseFont to get the metrics. ColumnText can also be used for more complex texts. Best Regards, Paulo Soares - Original Message - From: "Markus Oley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 11:37 Subject: [iText-questions] Absolute posi

[iText-questions] Help Needed

2004-08-09 Thread ananth alvan
Hi   Again with the same probs   You told that we need to make two passes to find the page count before writing it into pdf page.   Can you please explain more in this regard.   I am using iText in my project.I need to know this badly.   Please help me.   Regards,Ananth. **

Re: [iText-questions] FDFs and magic numbers

2004-08-09 Thread Leonard Rosenthol
At 02:17 AM 8/9/2004, Perez Carmona, David wrote: I've discovered that the two magic numbers modified and original, are inside the PDF (I can see them with any text/binary editor near the end of the file), but I don't know how to get them from a PdfReader YOu don't need them - just don't

[iText-questions] HTML inside open Document

2004-08-09 Thread Brotherman, Michael
How can I include content from an html or txt page into a current Document() without having the Document closing after the parsing?    

[iText-questions] problem with sending form values to server

2004-08-09 Thread Meghal Donde
Hi, i need to accept values in a pdf form( This part is done). Now, i need to send these values to a database on the server on click of a button. How is it to be done? Thanx and regards, Meghal --- This SF.Net email is sponsored by OSTG. Have yo

Re: [iText-questions] Adding a graphic to a cell in a table

2004-08-09 Thread Kieran Metcalfe
Can't you also do it using a PdfPCellEvent handler, and drawing on the linecanvas? Regards Kieran Metcalfe "Paulo Soares" <[EMAIL PROTECTE

[iText-questions] Absolute positioning using pdf-lib

2004-08-09 Thread Markus Oley
Hello 2 everyone, I want to use iText to generate a layouted pdf with any layout-scheme. Now I have the following problem: I want to position the text in an absolute way, such as : Add text with font XY at position A, B (where A and B are centimeter or inch-values). But to do this I need the cu

[iText-questions] How do i add a PdfTable to Footer

2004-08-09 Thread Mukhopadhyay Surajit
I need to add a table to the HeaderFooter, to make my footer layout. my footer: -- --- Text Page 2 of 7Logo Date 12-08-2003 -- -

Re: [iText-questions] I have a problem , please help me

2004-08-09 Thread Paulo Soares
Your code is incorrect. You have a setTextMatrix() outside a beginText()/endText() block. Best Regards, Paulo Soares - Original Message - From: "Cameron" <[EMAIL PROTECTED]> To: "itext-questions" <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 22:13 Subject: [iText-questions] I have a

Re: [iText-questions] Help Needed

2004-08-09 Thread Paulo Soares
Y'll have to make 2 passes. Best Regards, Paulo Soares - Original Message - From: "ananth alvan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 6:58 Subject: [iText-questions] Help Needed > Hi > > Again I have a doubt in iTextsharp. > > I want to find the num

Re: [iText-questions] Adding a graphic to a cell in a table

2004-08-09 Thread Paulo Soares
You'll be able to do it Wednesday with the new itext-paulo release. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 08, 2004 20:49 Subject: [iText-questions] Adding a graphic to a cell in a table > Hi, > > In a PdfP

Re: [iText-questions] Bug?

2004-08-09 Thread Paulo Soares
It's a known bug with no volunteers to fix it. PdfPTable will do it correctly. Wait for the itext-paulo release in Wednesday. Best Regards, Paulo Soares - Original Message - From: "Chris Laforet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 2:36 Subject: [iTe

Re: [iText-questions] FDFs and magic numbers

2004-08-09 Thread Paulo Soares
You can get it from the trailer under the /ID key. Best Regards, Paulo Soares - Original Message - From: "Perez Carmona, David" <[EMAIL PROTECTED]> To: "Itext-Questions (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 7:17 Subject: [iText-questions] FDFs and magic numbers H

Re: [iText-questions] i need to give caption and boundary to a text box

2004-08-09 Thread Paulo Soares
You'll also have to create the appearance. If you open in full Acrobat you may be able to see something. Best Regards, Paulo Soares - Original Message - From: "Meghal Donde" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 5:49 Subject: [iText-questions] i need t