This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xml to pdf conversion



On Mon, 18 Jun 2001, Earl Spencer wrote:

> Hi folks,
>             I want to convert an xml document to pdf format i just started
> working on it .Can anybody who already did that give me some guidelines or
> any links and tell me what the best way is to convert an xml file to pdf
> file.
>

Learn how to write XSL Formatting Objects (XSL-FO).  Write an XSLT
stylesheet that will transform your input XML document into an XSL-FO
document.  Apply that stylesheet to your XML.  Use an XSL-FO to PDF
converter like the Apache Project's FOP (http://xml.apache.org/) or
PassiveTeX (http://users.ox.ac.uk/~rahtz/passivetex/) to do the final
conversion from XSL-FO to PDF.

The draft XSL spec (http://www.w3.org/Style/XSL/) is the normative
reference for formatting objects.  Read that if you want to get the final
word on XSL-FO.  The reference for FOP and Norman Walsh's XSL tutorial
also cover XSL-FO.

--
Rafael R. Sevilla <sevillar@team.ph.inter.net>   +63(2)   8177746 ext. 8311
Programmer, InterdotNet Philippines              +63(917) 4458925
http://dido.engr.internet.org.ph/

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT d- s:- a- C++++ UL+++ P+++ L+++ E++ W++ N+ o K- w---
O- M-- V- PS+ PE Y+ PGP++ t+ 5 X+ R tv+ b+++ DI++ D+
G e++ h! r++ y+
------END GEEK CODE BLOCK------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]