It is so simple
1- Use .NET to transform the xsl to HTML (5 lines of code max.)
2- Install adobe acrobat writer in the computer.
3- Use .Net to print the html to the acrobat printer
4- Capture all the new pdf files created from the virtual printer, using
.NET file system watcher, and send them by email to anywhere you want.
> I have an application that I developing for my company which will
> utilize Infopath forms for data entry. Completed forms (xml) will be
[quoted text clipped - 7 lines]
> Infopath was enhanced to create the XSL-FO stylesheet many more people
> would use the product.
Alain Tremblay - 03 Oct 2004 00:18 GMT
I know how to do the xsl transformation to HTML with no problem in
.NET. What I want to do is to create the PDF file on the server
programatically. The only way to do this that I know of is to use
XSL-FO (formatting objects) to create the PDF. Does anyone know if
there is a converter from XSL (for HTML) to XSL-FO?
thanks in advance.
> It is so simple
>
[quoted text clipped - 18 lines]
> > Infopath was enhanced to create the XSL-FO stylesheet many more people
> > would use the product.
Hey Alain:
I have the same problem...did you find a solution fo it?
> I have an application that I developing for my company which will
> utilize Infopath forms for data entry. Completed forms (xml) will be
[quoted text clipped - 7 lines]
> Infopath was enhanced to create the XSL-FO stylesheet many more people
> would use the product.