RE: [iText-questions] Replacing placeholder value in PDF

2006-02-20 Thread shailesh.raj
Re: [iText-questions] Replacing placeholder value in PDF[EMAIL PROTECTED] wrote:> What method I should call to remove border.>> PdfPTable foot = new PdfPTable(1);>foot.getDefaultCell().setBorder(Rectangle.NO_BORDER);> Also I have to display header as Image. Here is code for that . Bu

Re: [iText-questions] Replacing placeholder value in PDF

2006-02-20 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Thanks One more info required:) I want to add 2 Phrase and there should some blank space between 2 phrases .. Here is code sample *Phrase phrase = new Phrase(text.toString(), normalFont); phrase.add(new Phrase(30, new Chunk("2/12/2005", boldFont))); Paragraph par = n

RE: [iText-questions] Replacing placeholder value in PDF

2006-02-17 Thread shailesh.raj
essage-From: bruno [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 14, 2006 1:23 PMTo: Shailesh Raj (WT01 - HLS)Cc: itext-questions@lists.sourceforge.netSubject: Re: [iText-questions] Replacing placeholder value in PDF[EMAIL PROTECTED] wrote:>Thanks...>Now I want to implement the requi

Re: [iText-questions] Replacing placeholder value in PDF

2006-02-16 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: What method I should call to remove border. PdfPTable foot = new PdfPTable(1); foot.getDefaultCell().setBorder(Rectangle.NO_BORDER); Also I have to display header as Image. Here is code for that . But here header is height is very much. I want to make it less. So wh

Re: [iText-questions] Replacing placeholder value in PDF

2006-02-14 Thread bruno
[EMAIL PROTECTED] wrote: Thanks... Now I want to implement the requirement in same manner. I can create XML myself corresponding to PDF template . OK. In your mail I couldn't understand "Ghent University gives me a PDF with the background of the letter", whether this is PDF file like I sen

RE: [iText-questions] Replacing placeholder value in PDF

2006-02-13 Thread shailesh.raj
Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Replacing placeholder value in PDF [EMAIL PROTECTED] wrote: >Thanks for you patience in answering me :) I wanted your input >regarding designing my requirement. In application, on which I >working, there would be lot of ema

RE: [iText-questions] Replacing placeholder value in PDF

2006-02-13 Thread shailesh.raj
] Replacing placeholder value in PDF [EMAIL PROTECTED] wrote: >Thanks a ton Bruno. Really I was not aware about these details of >storage style of PDF and other type of files like Word. > >Now I will do it same way as you have suggested. Is there free s/w >availed to create Acro

Re: [iText-questions] Replacing placeholder value in PDF

2006-02-13 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Thanks for you patience in answering me :) I wanted your input regarding designing my requirement. In application, on which I working, there would be lot of email template and which will be generated and sent by client for whom we are working (one I sent u in attachment

RE: [iText-questions] Replacing placeholder value in PDF

2006-02-13 Thread shailesh.raj
. Regards Shailesh -Original Message- From: Bruno Lowagie [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 2:26 PM To: Shailesh Raj (WT01 - HLS) Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Replacing placeholder value in PDF [EMAIL PROTECTED] wrote

Re: [iText-questions] Replacing placeholder value in PDF

2006-02-13 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: You are using SimpleRegistrationForm.pdf in sample example. Just wanted to know that how you have created this PDF? The code is in the tutorial: http://itextdocs.lowagie.com/examples/com/lowagie/examples/forms/SimpleRegistrationForm.java Note that there's a class Fie

Re: [iText-questions] Replacing placeholder value in PDF

2006-02-13 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Thanks a ton Bruno. Really I was not aware about these details of storage style of PDF and other type of files like Word. Now I will do it same way as you have suggested. Is there free s/w availed to create AcroForm? I wanted to create a AcroForm corresponding to a PD

RE: [iText-questions] Replacing placeholder value in PDF

2006-02-13 Thread shailesh.raj
] Replacing placeholder value in PDF [EMAIL PROTECTED] wrote: > Dear iTEXT users, > I have one PDF file which has placeholders. I want write one Java > application using iTEXT API which should generate another PDF where > placeholder should be replaced by values given dynamically. &

Re: [iText-questions] Replacing placeholder value in PDF

2006-02-12 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Dear iTEXT users, I have one PDF file which has placeholders. I want write one Java application using iTEXT API which should generate another PDF where placeholder should be replaced by values given dynamically. I can't use PdfStamper as PDF is not in form AcroForm. Pl

[iText-questions] Replacing placeholder value in PDF

2006-02-12 Thread shailesh.raj
Dear iTEXT users, I have one PDF file which has placeholders. I want write one Java application using iTEXT API which should generate another PDF where placeholder should be replaced by values given dynamically. I can't use PdfStamper as PDF is not in form AcroForm. Please see the PDF atta