Read and Edit a PDF File

Dear Friends,

I would like to know if it is possible to read and edit the same pdf file using Java. ie my PDF file named "Sample.pdf" has contents like

First Name = &F_NAME

Last Name =&L_NAME

what I want is to parse the Sample.pdf file and look for &F_NAME and replace it with "Jacob" and &L_NAME and replace it with "Abraham" so that the contents within that pdf file look like

First Name = Jacob

Last Name =Abraham

Please let me know if it is possible to do like this. All suggestions are welcome. Thanks in advance.

[583 byte] By [rsanoj2002a] at [2007-10-2 12:54:45]
# 1
> Please let me know if it is possible to do like this.> All suggestions are welcome.Find out yourself by using [url= http://www.google.com]Google[/url].
tschodta at 2007-7-13 10:09:38 > top of Java-index,Java Essentials,Java Programming...
# 2
http://schmidt.devlib.org/java/document-libraries.html
mlka at 2007-7-13 10:09:38 > top of Java-index,Java Essentials,Java Programming...
# 3
I would not however use a PDF as the source. PDFs are well suited for this kind of templates.
mlka at 2007-7-13 10:09:38 > top of Java-index,Java Essentials,Java Programming...