Converting Dynamic XFA PDF with Dynamic Table to AcroForm is loosing data rows

The Dynamic XFA PDF form has been created using Adobe Live Cycle Designer. The form has table, which populate the growable rows dynamically. Filled the Dynamic XFA PDF with 40 rows using Aspose API. Then converted Dynamic XFA PDF to AcroForm using following Aspose method. It’s converted to Acroform, But only one data row is there in Acroform PDF. We lost the data in conversion. Is there any method do we have to convert Dynamic XFA to AcroForm without loosing data or is this issue can be fixed. It’s critical for our requirement.
String dataDir = RunExamples.GetDataDir_AsposePdf_Forms();

  •   //Load dynamic XFA form*
    
  •   Document document = new Document(dataDir + "DynamicXFAToAcroForm.pdf");*
    
  •   document.Form.Type = FormType.Standard;*
    
  •   dataDir = dataDir + "Standard_AcroFrom_out.pdf";*
    
  •   //Save the resultant PDF*
    
  •  document.Save(dataDir);*
    

Thanks,
Raj

@rajagopalk

Could you please share the sample PDF document with us as well? We will test the scenario in our environment and address it accordingly.

Please find the attached XFA Dynamic form.Movies-Dynamic-xfa-data-40rows.zip (1.4 MB)

@rajagopalk

We were able to reproduce the issue in our environment while using Aspose.PDF for .NET 21.2. Therefore, a ticket has been logged in our issue tracking system as PDFNET-49601 in order to resolve it. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.

Hi @asad.ali
Is there any update on the same issue?

@avinash3.singh

We are afraid that the earlier logged ticket is not yet resolved. Please note that we will investigate and fix the issue on first come first serve basis and will provide an update in this forum thread as soon as some significant progress is made towards ticket resolution. Please give us some time.

We are sorry for the inconvenience.

Hi @asad.ali
Is there any update on the same issue?

@singh.avinash108

Regretfully, there are no updates at the moment about issue resolution. However, we will surely inform you in this forum thread as soon as we have additional updates about issue fix or ETA. Please give us some time.

We apologize for the inconvenience.