Product: Android/iOS
Product Version: Latest
Please give a brief summary of your issue:
I created some form fields, on Webviewer I export xfdf widget with core.exportAnnotations({ annotList, widgets: true, fields: false });
. I receive a xfdf string containing <pdf-info ....><widget .../></pdf-info>
(I need that for my logic). But on Android/iOS I cannot extract like that, when I export with annotList
, I do not receive pdf-info and widget
. There is any way to extract xfdf widget on Android/iOS?
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
Please provide a link to a minimal sample where the issue is reproducible: