convert office documents to pdf in c#
问题 i want to pragmatically convert office documents to pdf.i do not want to use the microsoft office service ddl. this is the code which i used, using System; using System.IO; using Microsoft.Office.Interop.Word; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.IO.Compression; using Document = Microsoft.Office.Interop.Word.Document; namespace pdfconversion { public class PdfMerge { static void Main() { var wordApplication = new