Converting PDF to DOCX generated blank page using Aspose.PDF(.NET)

When we are converting PDF to docx, word documents that are converted in easy editing mode will alternately appear blank pages. What is the problem?And we found no special parameters in the transformation interface.

We also found that other companies didn’t have this problem when they converted with the same product, and they converted in the same mode and got documents twice the size of our files.

@LEIYIN_Network

Would you please share your sample source PDF file with us. We will test the scenario in our environment and address it accordingly.

新医疗产品手册_v2.2.pdf (336.9 KB)
我们所有的文件都会出现这种问题,这个文件您先试试.

@LEIYIN_Network,

Can you please share environment details with us. I have worked with source file shared by you and unable to observe the issue.

你好,请问您说的环境细节是指什么?我们就是载入license,然后调用接口进行转换.
以下是我们的代码:
var pdfDoc = new Aspose.Pdf.Document(“xxx.pdf”);
Aspose.Pdf.DocSaveOptions saveOptions = new Aspose.Pdf.DocSaveOptions();
saveOptions.Format = Aspose.Pdf.DocSaveOptions.DocFormat.DocX;
saveOptions.Mode = Aspose.Pdf.DocSaveOptions.RecognitionMode.Flow;
saveOptions.RelativeHorizontalProximity = 2.5f;
saveOptions.ExtractOcrSublayerOnly = true;
pdfDoc.Save(“xxx.docx”, saveOptions);
(附件为我们在 docx格式 易编辑模式下转换的文件)
新医疗产品手册v2.2.zip (185.5 KB)

还有一个问题,在转为docx,易编辑模式下,转换到一半的时候抛出异常System.OutOfMemoryException,请问这个是什么问题?

@LEIYIN_Network

我使用最新版本的Aspose.PDF与您共享源文件,但无法观察到此问题。我还与您分享了我的生成结果,供您参考。请共享操作系统版本以及最终使用的Aspose.PDF的版本详细信息。
2.2.zip (185.8 KB)

你好,我们刚刚重新确定了问题,转换后的文件用wps打开之后会出现这个问题,如果使用Microsoft office 则不会出现这个问题.
由于我们的用户很多时候是使用wps打开此类文件的.请问这个问题能否解决?
(附:wps软件打开文件后的截图T)CRW4`NZTUI2{5ZOTH66PR.png (161.0 KB)
MF5)4VE53~1RH9H8X}B%L@1.png (64.6 KB)
)

@LEIYIN_Network,

感谢您进一步阐述此问题。

担心与Aspose.PDF无关,我们在此问题上无能为力。但是,由于此特定情况需要更多调查,因此我们已在问题跟踪系统中将调查票证记录为PDFNET-47518。我们将进一步调查问题的详细信息,并向您发布故障单解决状态。请耐心等待,并节省我们一点时间。

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