XFDesktopEngineSample
----------------------------------------------------------------------------
This sample demonstrates how to convert an input document (XSL-FO, WordML, DOCX, etc.) to 
one of the supported output formats (PDF, AFP, Postscript, WordML, Silverlight, etc.).

Build notes
----------------------------------------------------------------------------
For .NET applications that need to convert documents programatically, a reference should be added to 
Ecrion.Ultrascale.Desktop.dll

To running a conversion, call Engine.Render(). You should always specify 3 parameters:
- Input format
- Output format
- The BaseUrl used to compute location of images refered in your documents with relative paths.
 