[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] XML to PDF ????
Subject: Re: [xsl] XML to PDF ????
From: cutlass <cutlass@xxxxxxxxxxx>
Date: Thu, 01 Feb 2001 10:49:23 +0000
|
Hello,
How to convert an XML doc to the PDF format?
Manisha
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
try searching the list archives, there has been loads of answers with
respect to this
http://www.biglist.com/cgi-bin/wilma/wilma_glimpse/xsl-list?query=xml+to+pdf&errors=0&maxfiles=50&maxlines=10&.cgifields=lineonly&.cgifields=filelist&.cgifields=case&.cgifields=partial&.cgifields=restricttofiles
basically to convert xml to pdf
1) need to create XSL-FO that instructs the FOP parser how to layout and deal with your xml
2) parse with the FOP parser at http://xml.apache.org/fop/
,jim fuller
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|