Re: Converting a xml file to pdf file

Home Page Forums BizTalk 2004 – BizTalk 2010 Converting a xml file to pdf file Re: Converting a xml file to pdf file

#16377

I wrote a sample pipeline component for doing that, there is a sample that turns a UBL invoice into a PDF.

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=78C0FD43-E4C3-4DCF-AF23-FE72F317891A

You map your Xml file into XSL-FO and then use the pipeline component to convert into PDF. It uses a third party XSL-FO to PDF converter. This sample uses a product from Visual Programming (http://www.xmlpdf.com) but there are a number of other products that could just as easily be used.