https://www.primefaces.org/showcase/ui/input/signature.xhtml
I'm building a form that let the user enter his signature. Once the signature is done,i want to take the print out of it
https://www.primefaces.org/showcase/ui/input/signature.xhtml
I'm building a form that let the user enter his signature. Once the signature is done,i want to take the print out of it
I think you can create an id for the signature and then use the following code to print it.
<p:printer target="signatureId" />
Hope it helps!!