Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
Add icon and text to Signature Annotation
Less
More
-
Posts: 25
-
Thank you received: 0
-
-
IP: 93.34.225.185
7 years 7 months ago #14018
by mfranc28
How can I add Image like icon and text, for example the signature name, in a signature annotation on my PDF?
Less
More
-
Posts: 962
-
Thank you received: 87
-
-
IP: 37.183.44.177
7 years 7 months ago #14020
by nermeen
This is already implemented in the Xamarin demo project (setting a graphical signature using SetIcon).
To change/modify implementation, you need to modify the native java project.
For a guide check handleSignatureField in PDFLayoutView
Less
More
-
Posts: 25
-
Thank you received: 0
-
-
IP: 93.34.225.185
7 years 7 months ago #14022
by mfranc28
I don't found anything like that in Xamarin Demo project. In Demo Project I have only the main activity with action for open pdf file.
Please can you share me the Demo Xamarin Project that contain this functionality?