Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Add signature Location with API based on page index #966

Closed
6 tasks
meilechwieder opened this issue Feb 27, 2024 · 1 comment
Closed
6 tasks

Dynamic Add signature Location with API based on page index #966

meilechwieder opened this issue Feb 27, 2024 · 1 comment
Labels
status: triage Scope to be determined

Comments

@meilechwieder
Copy link

Feature Description

This feature would allow an API user, to generate a proposal document for example using HTML and puppeteer, and then create a signature request with the newly created document by indicating on which page, and on which location the signature field/date fields should be inserted, and then send it off the to signer

Use Case

Say I'm generating dynamic templates without an knows length for each client differently, and I want to be able to send those dynamic documents to clients to sign, there should be a way that I can dynamically send off document to sign after they are generated

Proposed Solution

Add ability to API (if API exists already) to create signature request by posting a base64 document, and a page index, and page location (h,y points starting from top left) on where the signature position should be added.
Even nicer would be if on the HTML, i can add somekind of field like <input type="signature"> and when sending to documenso it should automatically capture the position (this is how PSPDFkit is doing it)

Alternatives (optional)

No response

Additional Context

No response

Please check the boxes that apply to this feature request.

  • I have searched the existing feature requests to make sure this is not a duplicate.
  • I have provided a detailed description of the requested feature.
  • I have explained the use case or scenario for this feature.
  • I have included any relevant technical details or design suggestions.
  • I understand that this is a suggestion and that there is no guarantee of implementation.
  • I want to work on creating a PR for this issue if approved
@github-actions github-actions bot added the status: triage Scope to be determined label Feb 27, 2024
@dguyen
Copy link
Collaborator

dguyen commented May 22, 2024

Hey! Sorry for the delayed response.

Even nicer would be if on the HTML, i can add somekind of field like and when sending to documenso it should automatically capture the position (this is how PSPDFkit is doing it)

We currently don't support this, but you should be able to do the following:

  • Upload documents
  • Set recipients and fields
  • Send the document

Using our API here:

https://app.documenso.com/api/v1/openapi

@dguyen dguyen closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage Scope to be determined
Projects
None yet
Development

No branches or pull requests

2 participants