How to convert a WordDocument to PDF in C#.Net
How to convert a WordDocument to PDF in C#.Net
Word Document is an essential part of any application, it may help users to prepare reports etc. You can easily create Documents programamatically using Microsoft.Office.Interop.Word Library in C#.Net.
This Library also provide capability of converting document to two another monstly used file format, PDF and XPS. Let’s beggin
First up all add refrence to Microsoft.Office.Interop.Word and…
View On WordPress













