[iText-questions] need to unsubscribe the iText mailing list

2004-10-04 Thread Nicholas Sutanto
Hi, I need to unsubscribe the iText mailing list. Thanks. Nicholas Sutanto --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get

Re: [iText-questions] get signature field

2004-08-12 Thread Nicholas Sutanto
Hi, I'm still trying this.. but I have a lot of confusion. Do you have any sample of code for this one? Thanks. Nicholas. Martin Buchleitner wrote: * Nicholas Sutanto <[EMAIL PROTECTED]> wrote: Hi, Is there any way to get a field with type "signature"

[iText-questions] get signature field

2004-08-11 Thread Nicholas Sutanto
Hi, Is there any way to get a field with type "signature" in a pdf file? I know how to get field with type "text"..., but don't know how to get signature type field. Any help is really appreciated. Thanks. Nicholas Sutanto. -

[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] size converter

2004-07-16 Thread Nicholas Sutanto
Hi, If I want to make a text field with size 2" x 4" (2 inch by 4 inch), is there any converter.., like.., how many points per 1 inch? Below are sample of my code: TextField app = new TextField(writer, new Rectangle(100, 300, 100 + 100, 300 + 50), "Test"); How do I change the number above? Than

[iText-questions] read and save pdf file in the same name

2004-06-29 Thread Nicholas Sutanto
Hi, I'm not sure about this. But is it possible to read and modify pdf file, and then save the document in the same file? Is there any way to do it? What is the different between PdfStamper and PdfWriter? Thanks. Nicholas. --- This SF.Net em

Re: [iText-questions] How to add a form field on the current form

2004-06-29 Thread Nicholas Sutanto
I think it's impossible. See reply message from Paulo w. subject: Acrofields, Acroform, and PRAcroForm. Nicholas. - Original Message - From: "wang yun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 4:26 PM Subject: [iText-questions] How to add a form field on th

[iText-questions] Remove Watermark

2004-06-29 Thread Nicholas Sutanto
Hi, Is there any way to remove watermark from existing PDF file? Thanks. Nicholas. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top tech

[iText-questions] Acrofields, Acroform, PRAcroForm

2004-06-29 Thread Nicholas Sutanto
Hi, what is the different between Acrofields, Acroform, and PRAcroform? I'm trying to insert a new field into pdf file that has already some fields on it. I'm not really familiar with iText library. Any help will be appreciate. Thanks Nicholas.

Re: [iText-questions] Inserting Field in existing PDF file

2004-06-28 Thread Nicholas Sutanto
Nicholas From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Nicholas Sutanto" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 9:22 AM Subject: Re: [iText-questions] Inserting Field in existing PDF file > Only the Document is to be opened/c

Re: [iText-questions] Inserting Field in existing PDF file

2004-06-25 Thread Nicholas Sutanto
t.pdf.PdfWriter.close(Unknown Source) at com.lowagie.text.pdf.PdfDocument.close(Unknown Source) at com.lowagie.text.Document.close(Unknown Source) at InsertFields.main(InsertFields.java:61)   I'm sorry bout this, actually I'm really new in Java Programming. Any suggesti

[iText-questions] Inserting Field in existing PDF file

2004-06-25 Thread Nicholas Sutanto
 Hi,I'm trying to make a new field.What I'm doing right now is I make a new document and insert the field to the new document.So let say I have input.pdf file which contains the original file and result.pdf which contain only the new fields. So how do I concantenate them? Is it the right way