Hi Miguel,
Since we have plans to provide digital signature support in the future, we regret to say that we do not have any plan to implement the Xamarin/UWP behavior in our source level as it may cause breaking behavior changes in the future.
However, we have options to add a handwritten signature from the code behind. Using the below process, we can achieve your requirement from the sample level.
2. Using the
PageMouseMove event, map the signature bounds in the page.
3. Create signature from the sample using ink canvas and convert the stroke collection to System.Windows.Shapes.Path.
4. Add the path as handwritten signature from the code behind at the specified page index and position using
AddHandwrittenSignature method.
We have created a sample for the same and it can be downloaded from the below location.
Please follow the below steps in the sample to add a signature in the signature field area.
Step 1: Run the sample and load your PDF document
Step 2: Mouse hover over the signature field area.
You will get notified with the below cursor change and a tooltip. (In your PDF document, the signature field is available in the bottom of the second page).
Step 2: Click the area, and a signature panel will be opened.
Step 3: Add the signature and click Ok.
Step 4: The signature will be placed in the signature field area.
Step 5: You can later reposition it (if needed) by selecting it.
Note:
1. Since it is a public forum, we have attached and initially loaded our PDF document in the sample. However, we have tested your PDF document and took the above screenshots using the same.
2. We have created the sample considering a single signature field based on your document. However, you can extend the sample to add multiple signatures in the PDF document if needed in the future. Refer to the code in the below link
Please let us know if it helps.
Regards,
Deepak G