Aspose.Pdf For NET转换为Word 完全乱码

PDF.zip (1.2 MB)
完全不能观看,这是什么原因
版本号:19.11.0.0
转换代码如下:
using (Aspose.Pdf.Document document = new Aspose.Pdf.Document(fileName))
{
document.EmbedStandardFonts = true;
document.FontUtilities.SubsetFonts(FontSubsetStrategy.SubsetAllFonts);
Console.WriteLine(“页数:” + document.Pages.Count());
string fileDir = Path.GetDirectoryName(fileName);
Aspose.Pdf.DocSaveOptions options = new Aspose.Pdf.DocSaveOptions();
options.RecognizeBullets = true;
options.AddReturnToLineEnd = true;

                //options.TryMergeAdjacentSameBackgroundImages = false;
                options.Mode = Aspose.Pdf.DocSaveOptions.RecognitionMode.Textbox;
                options.Format = Aspose.Pdf.DocSaveOptions.DocFormat.DocX;
                options.CustomProgressHandler = new Aspose.Pdf.UnifiedSaveOptions.ConversionProgressEventHandler(ShowProgressOnConsole);
                document.Save(fileDir + "/out.docx", options);
                document.FreeMemory();
                document.Dispose();

            }

@icejd

感谢您与支持人员联系。

我们已经处理了您共享的数据,并且能够在我们的环境中重现该问题。 ID为PDFNET-47360的票证已记录在我们的问题管理系统中,以进行进一步的调查和解决。

我们对造成的不便很抱歉。

有什么进展吗,我用了最新版的依然解决不了

@icejd,

很遗憾地通知您,该问题仍未解决。根据我们公司的政策,付费支持即调查的优先级最高,即企业和优先级支持先到先得。之后,将按照先到先得的原则安排对常规支持论坛中的问题进行调查。我要求您耐心等待,我们将尽快与您分享好消息。

@Adnan.Ahmad 我们也是付费用户,但是不知道怎么样成为你们的优先支持用户,需要提供什么?

哦哦,这个付费支持和购买的产品无关是吧?得单独付费技术支持,是这样吗?

@icejd,

我想告知您购买付费支持。您必须联系我们的销售团队。请访问此链接