Hello,
I want generate PDF document with form fields (TextBoxField) in my xamarin forms application. Then, I will save and send the generated PDF document to a customer. So, the customer uses Acrobat reader to open receved PDF document and then he fills form fields. Finlay, the customer returns PDF document for that I load it in my xamarin forms application and I read form fields's values.
The problem is after the save the PDF document, the form fields are not accessibles and the saved PDF document is flatten.
Can you give me an example showing :
1) The generation of a PDF document with one form field (text box field)
2) The save of the generated PDF document.
Best regards.