Hi Bruno,
Thanks for your immediate reply. Pls
read.
I have a pdf (input.pdf) form some thing like
this:
Name:
Company:
Now i have to read this pdf form and add
content for name and age, the resultant pdf should be like this:
Name: Kishore
Company: CEI
The problem i am encountering is when i open
the input pdf form (input.pdf) and insert text,
the existing content is gone and its
displaying only the new content on the resultant pdf.
kindly request to give more info on
this.
Thanks
Krishna Kishore
----- Original Message -----
From: "Bruno Lowagie" <[EMAIL PROTECTED]>
To: "Krishna Kishore .J" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Wednesday, June 08, 2005 3:59 PM
Subject: Re: [iText-questions] Help required to
insert static text on an existing pdf
>
> > Hi All,
> >
> > I want to add some static text on an existing pdf form using IText.
> >
> > I've tried using Text.java in the examples on the IText site. But this
> > will create a new pdf and add text on it.
> >
> > Can anyone help me in achieving this.
>
> What's the problem?
> Create a temporary PDF file.
> Rename it to the existing one.
> This is what all kinds of applications
> do without you knowing it (if you are
> happy with it or not).
> br,
> Bruno
