Questions tagged [signaturepad]

164 questions
1
vote
0 answers

SignaturePad does not accept setting the strokes directly

Working with the Xamarin SignaturePage control (github). It captures signature strokes exactly as expected, which we then serialize and store. When we deserialize the strokes and try to restore them within the control, it just "doesn't take." We…
dythim
  • 920
  • 7
  • 24
1
vote
1 answer

Signature pad sending empty

Signature pad sending empty I'm using a Signature Pad, and Canvas by SkiaSharp, but when I sending after drawing by user and encode to base 64, on server only shows an empty canvas async void OnSaveButtonClicked(object sender, EventArgs args) …
Ajbeem
  • 11
  • 1
1
vote
1 answer

Is there a react signature pad which allows both type characters or draw signature

I want to use digital signature for my react web application.I came across react signature_pad but it has the functionality to draw the signature alone. Is there any react library which allows to type the name in a fancy font as well as provides an…
Rem
  • 51
  • 1
  • 8
1
vote
1 answer

Save image from stream and get file path

I want to save the image of my signature pad in my device and get the file path where I saved the image. I am using xamarin-controls-signature-pad nuget package to capture my signature. Please see my code below: Stream sigimage = await…
user10200885
1
vote
1 answer

Upload document and set signatures with Docusign API

I am assuming with the Docusign developer API I will be able to list documents, their statuses, even have people sign documents within my app. However, I am wondering if the API covers uploading and setting the signature areas of the document. It…
Blake Rivell
  • 13,105
  • 31
  • 115
  • 231
1
vote
1 answer

Laravel - Generate a PDF from a form , including also the user's signature

I have a big chalenge for my level. The title is self explanatory : Generate a PDF from a form , including also the user's signature, using Laravel. My laravel and general php level is basic. I know how to make a basic blog on laravel (like all guys…
tomatoes17
  • 63
  • 1
  • 8
1
vote
1 answer

how to put constant height for my signature pad irrespective of orientation?

In a xamarin app, i have created a signature pad , and i have kept margin like i want to keep a permanent heigh for the signature area irrespective of device and orientation, i am not xamarin developer, And i dont have idea about xaml, still I…
vishnuprasad kv
  • 990
  • 5
  • 22
  • 46
1
vote
0 answers

Multiple Signature boxes on the same page (signature pad)

I'm trying to create Multiple Signature boxes with different IDs to work with the same script + (Clear) && (Undo) button It's working with one signature perfect But if i add more than one id it make conflict - You find below PHP Example script for…
1
vote
0 answers

SignaturePad on android webview cannot save image to server

I have made an application (classic asp on local IIS 7.5 server Win 7 Ultimate) and with webview on android i want to take signatures from clients. Works perfect on PC and tablet with android 5.1. But when i run the app on mobile with Android 7 or…
Sintarta
  • 56
  • 7
1
vote
2 answers

Signature Pad on mobile. Draws a distance of several centimeters along the X and Y axes from the cursor

I have implemented a digital signature on the site. In the browser, everything works fine. The problem occurs when switching to the mobile view. Tested in the emulator Chrome and mobile devices. For some reason the line is drawn at a distance from…
1
vote
1 answer

Wacom API, TextAlign on labels not working

I'm using a Wacom STU 530 signature tab with the Signature SDK v3.20.4. My problem is about text lining when creating labels. /* We have this controller which was placed in a windows form * It's that object that will mainly communicate with the…
Qrom
  • 487
  • 5
  • 20
1
vote
2 answers

signature-pad - resize not working

i'm using the signature-pad plugin and i'm having some issues whith the resize event: - Multiple resizes lead to a loss in quality and the signature "moves" at each resize of the browser window ending with no signature in canvas. - In some cases,…
Home
  • 43
  • 2
  • 6
1
vote
0 answers

Signature pad doesn't draw on mobile

I have a signature pad in a laravel project that work in desktop but when I test in mobile it doesn't work. I search a lot about this problem, I tried from another ways... I check meta tags, I check cdnjs link, I create a new view to put just this…
user3242861
  • 1,839
  • 12
  • 48
  • 93
1
vote
1 answer

How to obtain path of an image file from Memory Stream?

I am using Xamarin.Forms PCL project and I am using the SignaturePad plugin to capture the signature and I am saving in memory stream like: var imageStream = await signaturePad.GetImageStreamAsync(SignatureImageFormat.Png); var…
Kartik Solanki
  • 161
  • 1
  • 10
1
vote
2 answers

How do I save signature using signature_pad toDataURL()

I am using signature_pad for my MEAN application. Question: How do I save this to the mongoDB using toDataURL()? The URL implies the signature image is saved to a server. I’m assuming it is saved to my local server. Is that accurate? When I send…
jinan
  • 173
  • 1
  • 10