Hello
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your interest in Aspose products. You can use Aspose.Words to convert DOC/DOCX documents to PDF. You can download the latest version of Aspose.Words from here
http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/category1188.aspx
Please use the following code to convert your document to PDF
Document doc = new Document(@"Test001\Export.doc");
doc.SaveToPdf(@"Test001\out.pdf");
Please follow the link to learn more
http://www.aspose.com/documentation/.net-components/aspose.words-for-.net-and-java/loading-saving-and-converting.html
Aspose.Words evaluation version has only two limitations: it limits the maximum number of paragraphs in the document and adds a watermark at the top of the document. If you want to test Aspose.Words without the evaluation version limitations, you can request a 30-day Temporary License. Please refer to
http://www.aspose.com/corporate/purchase/faqs/temporary-license.aspx
Best regards,