Re: [xsl] Help getting started with XSL PDF generation

Subject: Re: [xsl] Help getting started with XSL PDF generation
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 17 Oct 2005 08:53:14 +0100
> I need help getting started with PDF generation using XSL.  My intent
> is to create PDF document reporting from my website.  What do I need
> to get started?  Here is my development platform:  .NET, XSLT 1.0
>
> Can PDF's be created with pure XSL transformation, or do you need a
> print-engine of some sort?

You need a good tutorial, rather a question to a mailing list.

Usually you would transform your source XML using XSLT into XSL:FO.
An XSL:FO processor can then convert the FO into PDF.  So you'll need
both XSLT and FO processors.

Current Thread