Hi Sridhar,SridharGuntur:
Hi,Do you have any release deadline for the below tickets?PDFNEWNET-41017PDFNET-41037PDFNET-41038PDFNET-41040PDFNET-41084PDFNET-41085
SridharGuntur:
HI,I am also facing the same problem. I tried, but was unable to successfully flatten out the file.1.Aspose.Pdf.Document doc = new Document(“C:\InputLiveCyclePDF_2.pdf”);doc.Flatten();doc.OptimizeSize = true;doc.Optimize();doc.Save(“C:\OutPut-Document.Flatten_2.pdf”);This code is working if I open the flatten file with Adobe Reader. But If I open the same form in Adobe Pro all the fields are populated and editableHi Sridhar,We have already noticed the issue and have logged it as PDFNET-41084 in our issue tracking system.We have also noticed this issue and have separately logged a ticket PDFNET-41085 in our issue tracking system.SridharGuntur:
2.Aspose.Pdf.Facades.Form pdfForm = new Aspose.Pdf.Facades.Form(“C:\InputLiveCyclePDF_2.pdf”, “C:\Outputfile-FlattenAllFields_2.pdf”);pdfForm.FlattenAllFields();pdfForm.Save();This code is working if I open the flatten file with Adobe Pro. But If I open the same form in Adobe adobe reader all the hidden fields are also populated.We have also managed to reproduce this problem and have logged it as PDFNET-41119 in our issue tracking system. We will further look into the details of these problems and will keep updated on the status of correction.SridharGuntur:
3.Aspose.Pdf.Document doc = new Document(“C:\InputLiveCyclePDF_2.pdf”);// Set the form fields type as standard AcroFormdoc.Form.Type = FormType.Standard;doc.Flatten();doc.OptimizeSize = true;doc.Optimize();doc.Save(“C:\ OutPut-Document_Standard.Flatten_2.pdf”);This code is rendered all the controls irrespective of the radio button selection.Please be patient and spare us little time. We are sorry for your inconvenience.
Any News or Fixes on XFA Flattening?
Hi Volker,
codewarior:
Hi Volker,Thanks for your patience.The issues reported earlier are still pending for review and are not yet resolved as the product team has been busy fixing other previously reported high priority issues. However as soon as we have some further updates, we will let you know.
Is it possible or what are the cost to order a prioritization and development of this cases on XFA documents.
Hi Volker,Volker Zinser:
codewarior:
Hi Volker,Thanks for your patience.The issues reported earlier are still pending for review and are not yet resolved as the product team has been busy fixing other previously reported high priority issues. However as soon as we have some further updates, we will let you know.Is it possible or what are the cost to order a prioritization and development of this cases on XFA documents.