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

Same signature in multi page pdf template #613

Closed
myaptad opened this issue Jan 28, 2023 · 2 comments
Closed

Same signature in multi page pdf template #613

myaptad opened this issue Jan 28, 2023 · 2 comments

Comments

@myaptad
Copy link

myaptad commented Jan 28, 2023

It looks in the case of same signature and multiple pages of pdf template, DA inserts signature to the same location (x-y coordinates) on every page of pdf in the template irrespective of actual position of “Digital Signature” field in the template.

Here below is the recipe which was used with unique digital signature fields on each page in the pdf template.

https://docassemble.org/docs/documents.html#signature

    fields:
      - first signature: ${ user.signature }
      - second signature: ${ user.signature }
      - third signature: ${ user.signature }
@jhpyle
Copy link
Owner

jhpyle commented Jan 28, 2023

What version are you using? This sounds like the issue that was fixed in 1.4.24.

@myaptad
Copy link
Author

myaptad commented Jan 29, 2023

Agreed. Tested and works in 1.4.30. Thanks!

@jhpyle jhpyle closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants