Hi,
I need to generate a PDF document using XSL-FO dinamically from an web application developed with struts and enterprise java beans.
I'm looking for an example with explanations about all the necessary files.
Can someone help me?
Thank you,
Eva.
-
XSL FO (3 messages)
- Posted by: Eva Ramonsal
- Posted on: March 18 2004 04:13 EST
Threaded Messages (3)
- Apache FOP, iText by Sean Sullivan on March 20 2004 17:31 EST
- Thank you !! by Eva Ramonsal on March 23 2004 03:37 EST
- FOP is a pain! by Raffi Basmajian on March 22 2004 09:59 EST
-
Apache FOP, iText[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: March 20 2004 17:31 EST
- in response to Eva Ramonsal
Apache FOP:
http://xml.apache.org/fop/
Generate PDF files with FOP:
http://www.sys-con.com/xml/article.cfm?id=493
XML to PDF using FOP:
http://www.onjava.com/pub/a/onjava/2002/10/16/fop.html
If you don't want to use XML, take a look at iText:
http://www.onjava.com/pub/a/onjava/2003/06/18/dynamic_files.html -
Thank you !![ Go to top ]
- Posted by: Eva Ramonsal
- Posted on: March 23 2004 03:37 EST
- in response to Sean Sullivan
Thank you very much.
I have made that with iText, and that works fine!!
I thank you for your help.
Eva. -
FOP is a pain![ Go to top ]
- Posted by: Raffi Basmajian
- Posted on: March 22 2004 09:59 EST
- in response to Eva Ramonsal
FOP is very complicated. The style sheets are a serious pain in the a$$ to write.