handwritten signature create event

I have  a sfpdfviewer component where I load a pdf with inside 3 handwritten signature

I need to be sure the cutomer will sign all of them but I don't find a solution for that.

There should be a create button click event with a parameter to understand which signature field has been signed but I didn't find it

I tried also to use the

dictionary = await Viewer.ExportFormFieldsAsObjectAsync();

but the signature field is not inside

Is there any solution for that ?

I'm using also this toolbarsetting 

private List<Syncfusion.Blazor.SfPdfViewer.ToolbarItem> ToolbarItems = new List<Syncfusion.Blazor.SfPdfViewer.ToolbarItem>

{

    Syncfusion.Blazor.SfPdfViewer.ToolbarItem.PageNavigationTool,

    Syncfusion.Blazor.SfPdfViewer.ToolbarItem.MagnificationTool,

    Syncfusion.Blazor.SfPdfViewer.ToolbarItem.PrintOption,

    Syncfusion.Blazor.SfPdfViewer.ToolbarItem.DownloadOption

};

to show to the customer the option to download or print the pdf document and it works but if I open the page in a mobile phone, the toolbar is empty, why ?

Thanks

Best Regards 




3 Replies

SK Sathiyaseelan Kannigaraj Syncfusion Team October 8, 2024 03:56 PM UTC

Hi Walter Martin,

Thank you for reaching out. We have created a sample that verifies whether all the signatures in the PDF are updated when the "Signature Completed" button is clicked. Upon clicking the button, it will check all the form fields and confirm if all the signature fields have been updated, providing an appropriate message based on the result.

Check Signature Sample
 


Regards,
Sathiyaseelan K



WM Walter Martin replied to Sathiyaseelan Kannigaraj October 10, 2024 02:30 PM UTC

Thanks

your sample is what  needed and it works.

Do you have an answer to the second question ?

Customer could use a tablet or mobile phone to add a sign and I'd like to leave him the option to download the pdf or to print it in the toolbar

But these buttons are not showed with the setting I'm using. They are visible in the PC






SK Sathiyaseelan Kannigaraj Syncfusion Team October 11, 2024 01:30 PM UTC

Hi Walter Martin,

Thank you for the update. Currently, we do not support customizing the mobile toolbar. However, we have logged this as a feature request. Due to various features and improvements planned on our roadmap, we will implement this feature in a future release and notify you once it's available. You can track the status through the feedback link provided below.

Feedback link
:  Support to customize the mobile toolbar | Feature Feedback 


Regards,
Sathiyaseelan K


Loader.
Up arrow icon