我在C#中使用OPENXML編輯doc文件,並希望將其保存。進行了更改,但該文件無法保存。當我打開文件時,它不顯示任何更改。我用跟隨代碼做了它。 using (WordprocessingDocument doc = WordprocessingDocument.Open(source, true))
{
using (StreamReader reader = new StreamR
我試圖使用此代碼將doc文件轉換爲pdf。我得到這個錯誤「不包含適用於入口點的靜態'主'方法」 我不確定這段代碼有什麼問題。感謝您的任何幫助。 using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;