You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to use a placeholder for signature placement.
Use Case
I am preparing a dynamic PDF document with order details, since people purchase various amounts of products, the placement of the signature is dynamic, it could be on any page in the document after the order details.
Proposed Solution
Allow to use {{signature}} (or {{documenso_signature_1}} / {{documenso_signature_2}} etc..)
Alternatives (optional)
as far as I can see, the only way is to use figure out with code where my {{signature}} is place within the PDF and then use the documenso API to add a field on that location, but its complicated.
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
The text was updated successfully, but these errors were encountered:
We are in the same boat - generating large dynamic 60+ page documents with 10+ signature fields for 2+ signers.
Doing this by hand if we automatically generate the document is not really maintainable. We also can't use a template as the content may be different every time so the the signature position will be different as well.
We are currently experimenting with the following workflow
Generate HTML
Use a special 1x1px transparent image, scale it to the signature size for every signature
Convert HTML -> PDF using puppeteer
Analyse PDF to find all image => if image === same as the special 1x1px image => remember page + coordinates + size
Use Documenso API to add signature fields at the gathered locations
I'm hopeful this will work - we are pretty close to a POC.
Later we could have multiple different special images - one for each signer... so you could add 3 signature fields for Peter and 3 signature fields for Sandra.
And ultimately it would be nice if documenso could handle this directly - e.g. add a special transparent image and you got yourself a sign field.
so that works quite nice 💪 e.g. drop a simple image in your html and you can later find it's location and then use it to generate sign fields for documenso 🎉
Feature Description
Add an option to use a placeholder for signature placement.
Use Case
I am preparing a dynamic PDF document with order details, since people purchase various amounts of products, the placement of the signature is dynamic, it could be on any page in the document after the order details.
Proposed Solution
Allow to use {{signature}} (or {{documenso_signature_1}} / {{documenso_signature_2}} etc..)
Alternatives (optional)
as far as I can see, the only way is to use figure out with code where my {{signature}} is place within the PDF and then use the documenso API to add a field on that location, but its complicated.
Additional Context
No response
Please check the boxes that apply to this feature request.
The text was updated successfully, but these errors were encountered: