

PdfViewerControl.ImportFormData(fdfStreamToImport, DataFormat.Fdf) Įxport and import form data-sample project Stream fdfStreamToImport = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("") Importing form data //Import form data from "fdf" data format. Stream fdfStreamToSave = pdfViewerControl.ExportFormData(DataFormat.Fdf, "PdfFileName.fdf") The following code example demonstrates how to export and import form data in a PDF document.Įxporting form data //Export form data to "fdf" data format. This will reduce the effort and time consumed. Instead of filling in data for all the form fields in the updated document, we can use the export and import form data functionality to fill in the data for the known fields. Now, our requirement is to add a new form field to maintain the person’s signature, too. The export and import form data functionality helps you reuse older form field data in updating newer PDF documents.Ĭonsider a case in which we have an older PDF document containing a person’s information with the form fields Name, Gender, DOB, and Address in it. PDF Viewer provides options to export and import annotations and form data in the following formats:Įxport and import form data in PDF documents The Syncfusion PDF Viewer control for Xamarin lets you export and import form data in PDF documents so you can fill PDF forms with ease.

BoldSign – Electronic Signature SoftwareĪre you frequently filling PDF forms in your Xamarin mobile application? Are you annoyed at entering basic details like your name, email address, and phone number again and again? Then here is a solution to your problem.
