Hi Ajay, In the future, ask questions like this on the fop-user list.
AjayKumar Kanukuntla wrote: > Hello, > I am ajay, and I am new to xml development group. > > I've tried to create pdf document using xsl, and fo, but couldnot > succeed. FOP command-line help may answer to your question. To generate the ".fo" file path\to\jdk\bin\java org.apache.xalan.xslt.Process -in test.xml -xsl test.xsl -out test.fo To convert the ".fo" file to a pdf file path\to\jdk\bin\java org.apache.fop.apps.Fop test.fo test.pdf > > Please help me out, with sample code in xsl,fo files. > > Thankyou > > with regards, > > K. AjayKumar > Software Developer > Pass IT Consulting Pvt Ltd > Hyderabad, India > [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
