Hi all,
I have an XML and using that doc I have to populate on pdf doc with datas from the XML using servlets or JSP's. Can anybody suggest me a method to do it.Pl be elaborate in your ideas.
Its Urgent
Thanx in advance
Discussions
Web tier: servlets, JSP, Web frameworks: Generating a PDF from XML using JSP's or Servlets
-
Generating a PDF from XML using JSP's or Servlets (3 messages)
- Posted by: Jack Gerard
- Posted on: March 21 2001 09:05 EST
Threaded Messages (3)
- Generating a PDF from XML using JSP's or Servlets by Abdus Shameem on March 23 2001 13:24 EST
- Generating a PDF from XML using JSP's or Servlets by manoj susarla on March 23 2001 14:24 EST
- Generating a PDF from XML using JSP's or Servlets by joseph yi on March 23 2001 19:42 EST
-
Generating a PDF from XML using JSP's or Servlets[ Go to top ]
- Posted by: Abdus Shameem
- Posted on: March 23 2001 13:24 EST
- in response to Jack Gerard
I had the same requirement.
I am using the package from etymon.com
All the related jars are in pj.jar file.
What is actually to be done is that identify the Annots in the PDF file. Then map these to the data file, and in the PDF template file create new annots over the present annots with the data from the data file.
It is working properly for text controls, but I have problems in using Chack box and radio buttons...
-
Generating a PDF from XML using JSP's or Servlets[ Go to top ]
- Posted by: manoj susarla
- Posted on: March 23 2001 14:24 EST
- in response to Jack Gerard
try using XSL formatting objects. you can generate a pdf file from xml file. Refer to Inside XML by stephen holzner
(riders publications)
Manoj
msusarla8@yahoo.com -
Generating a PDF from XML using JSP's or Servlets[ Go to top ]
- Posted by: joseph yi
- Posted on: March 23 2001 19:42 EST
- in response to Jack Gerard
try using this:
http://xml.apache.org/fop/index.html
my experience with java/xml blows so i can't really offer you more than that =(