.net用无水印开源库把word转为pdf代码

可以使用 iTextSharp 这个开源库来将 Word 文档转换为 PDF。

首先,你需要在项目中安装 iTextSharp 这个 NuGet 包。然后,你可以使用下面的代码将 Word 文档转换为 PDF:

using (WordprocessingDocument wordDocument = WordprocessingDocument.Open(wordFile, false))
{
    using (PdfDocument pdfDocument = new PdfDocument())
    {
        // 这个方法将 Word 文档的内容添加到 PD

你可能感兴趣的:(word,pdf)