xsl-list
[Top] [All Lists]

Re: Help getting started with XSL PDF generation

2005-10-17 00:53:14
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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--