Convert word to pdf (VS2008)

Hi All,
I want to convert doc/docx files to pdf using vs 2008. Which product should I buy? Does it offer significant performnance boost instead of using a print driver that prints documents to PDF?
If yes, can you provide me an evaluation copy of the same that offers the same functionality so that I can test the same before buying the product.
Regards,
Rohit

Hello

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
https://releases.aspose.com/words/net
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
https://docs.aspose.com/words/net/loading-saving-and-converting/
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
https://purchase.aspose.com/temporary-license
Best regards,