我有辦公室字2013年.docx文件,其中有大量的部分和表。 我不知道爲什麼像下面的所有集合返回單個項目,而我有很多在我的.docx? Document document = new Document(filePath);
int sectionsCount=document.Sections.Count;
int firstSectionTablesCount=documen
我從c#中的pdf中提取圖像。 有人建議使用Aspose命名空間,它是第三方命名空間。 我已經下載了aspose,並將其包含在我的項目中作爲參考。但問題是我無法找到用於提取圖像的類PdfExtractor。 我在分享鏈接,其中一些人建議使用aspose並分享我的代碼。 This is a link 和我的代碼中,我只是包括閱讀Aspose using System;
using System.C
同時使用的Aspose的PDF文件轉換的docx文件,我得到這個heap size error.here是代碼 這的docx文件是44MB public void convertDoc(String Path, String destPath) throws Exception{
Document doc = new Document(Path); //At this line h