Programmatic conversion from Word 2007 to PDF

Q: We have to convert a Word document that is in xml format to PDF,
right now we are using the Word 2007 Print to PDF function, which we
don't like because it is using the interop components to open the file
in word on a server then issuing the print to PDF option. Do you have
a component in the SDK that will do that?
----------------
A: If you are using virtual drivers or 'Print to PDF function' you
may want to consider using PDF export plug-in for Word which can be
easily invoked from C#. For more info please see:

http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/715f3d7b80f41b9a/0043666af15e2b41

This approach works much better than using virtual drivers.