Hi Farhan,
Currently we do not have support to convert the UI elements
in the form directly to the PDF document.
But it is possible to manually create form fields in the PDF document by
iterating the UI elements from the form.
Please find the sample available in the link below,
Please let us know if you have any questions.
Regards,
George
Hi Farhan,
Thank you for your update.
We are not able to reproduce the issue, here with I have
attached modified sample for your reference. Please find the sample and video
snap shot available in the link below,
Sample Link: FormFieldSampleModified.zip
Video SnapShot: VideoSnapShot.zip
Please let us know if you have any questions.
Regards,
George
Hi Farhan,
Thank you for your update.
Please use the below mentioned code snippet to get the buttons
visible in the Build-in Windows PDF reader app,
doc.Form.SetDefaultAppearance(false);
Please try this and let us know if you have any questions.
Regards,
George