Question/Comments:
Here on my organization we have a team working on a solution to generate PDF
Let me explain:
1- We are using Stylus Studio 2010 to generate and xslt files.
2- We extract data from a data base and populate and xml with the data.
3- Then we merge (transform) the xslt and the xml to obtain an xsl-fo file.
4- Then we use [fo.net](http://fo.net/)
(http://www.codeplex.com/fonet)
to render a pdf file.
We are working currently with fonet however when we pass to [FO.NET](http://fo.net/)
we are not getting a an exact output as what we preview in Stylus Studio so we wanted to know.
Do you have a product that provides this functionality?