Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi,

There is a bug in the PdfLoadedForm class when calling ImportDataFDF to import data from an FDF stream.

When one want's to have checkbox or radio buttons form fields working as a group (to allow only one option selected) the specs are to use the same name for the fields and set the export value as needed.

It seems to me that the parser in 

ImportDataFDF is ignoring this and taking only the data from the first field with "that" name. When the second field with the same name is founds it's being ignored.

This is causing that when the selected option is at the 2nd, 3rd (or whatever) it's ignored and the fields is wrongly reported as OFF. Instead, it should take the value of the selected option.


Thanks!