好的,下面是一个使用 .NET 的开源免费独立的 Word 转 PDF 组件的代码示例:
using System;
using System.IO;
using SautinSoft.Document;
namespace Sample
{
class Sample
{
static void Main(string[] args)
{
string docxPath = @"C:\My Files\Test.docx";
string pdfPath = @"C:\My Files\