Tasteology
Signature system

Workflow

Send a contract. Get it signed. Receive the executed PDF.

This system uses PHP on the server. Open it through a local PHP host (for example php -S localhost:8080), not as a raw file.

  1. Upload & send Add the PDF, client email, and contract ID. A unique link is created and can be emailed to the client.
  2. Client signs They open sign.php?token=…, read the PDF, and draw a signature on the canvas.
  3. Executed copy The signature is stamped onto the PDF and emailed to the client and to you.

Open admin upload