Convert PDF to DOC - The video, audio in PDF is changed to pictures after converting

Hi Apose team,

We found that if the video, audio in PDF will be changed to pictures after converting PDF to Doc.

We are using v19.12. Here’s our code
using (Document pdf = new Document(“sample.pdf”))
{
// Save using save options
// Create DocSaveOptions object
DocSaveOptions docSaveOptions = new DocSaveOptions();
// Set the recognition mode as Flow
docSaveOptions.Mode = DocSaveOptions.RecognitionMode.Flow;

                pdf.Save("sample.doc", docSaveOptions);
            }

Here’s our test file
video_audio.pdf (7.7 MB)

@Glority_Developer,

Thanks for contacting support.

We have tested this scenario in our environment and have been able to observe the issue that you have mentioned. We have logged issue with ID PDFNET-47499 in our issue tracking system. We will share with you as soon as logged issue is fixed.