PDF Document with Adobe LifeCycle Form shows no content

PDF Document with Adobe LiceCycle Form can’t processed with Aspose.Pdf.dll 19.4.0.0.

Example document at https://cloud.cc-egov.de/index.php/s/XnRsgZeKY9qzr3D

    public void PdfFormsTest()
    {
        string strSourceFN = @"c:\temp\PdfFormsTest.pdf";
        string strDestFN = @"c:\temp\PdfFormsTest.xml";

        Aspose.Pdf.Document d = new Document(strSourceFN);

        d.Save(strDestFN, SaveFormat.Xml);

    }

see bugid#27811

@m.pfeifer

Thank you for contacting support.

We have logged a ticket with ID PDFNET-46274 in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

We are sorry for the inconvenience.