使用aspose.words api,出现RuntimeError: Proxy error(NullReferenceException): Object reference not set to an instance of an object.报错,代码如下:import aspose.words as aw
license = aw.License()
license.set_license(lic_dir)
doc = aw.Document(file_path)
tasks = []
for page in range(0, doc.page_count):
extractedPage = doc.extract_pages(page, 1)
@David_Matin
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSNET-26880
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you have found earlier (filed as WORDSNET-26880) have been fixed in this Aspose.Words for .NET 24.6 update also available on NuGet.