gpt4 book ai didi

c# - 使用 C# 将 .doc 转换为 .docx

转载 作者:太空狗 更新时间:2023-10-30 00:39:38 25 4
gpt4 key购买 nike

<分区>

我使用 PDFFocus.net dll 将 PDF 文件转换为 word 文件。但对于我的系统,我想要 .docx 文件。我尝试了不同的方法。有一些图书馆可用。但这些都不是免费的。这是我的 pdf 到 doc 转换代码。

    Using System;
Using System.Collections.Generic;
Using System.Linq;
Using System.Text;
Using System.Threading.Tasks;
Using iTextSharp.text;
Using iTextSharp.text.pdf;

namespace ConsoleApplication
{
class Program
{
static void main(String[] args)
{
SautinSoft.PdfFocus f=new SautinSoft.PdfFocus();
f.OpenPdf(@"E:\input.pdf");

t.ToWord(@"E:\input.doc");
}
}
}

这项工作成功。然后我尝试使用以下代码将 .doc 转换为 .docx。但这给了我错误。

//Open a Document.
Document doc=new Document("input.doc");
//Save Document.
doc.save("output.docx");

谁能帮帮我

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com