Hi,
I have a document where they sign at the bottom right of the last page.
2-3 people can sign this document.
Is it possible to count the signatures? Coz my requirement is at least 2 signatures must be present (see attached)
Hi,
I have a document where they sign at the bottom right of the last page.
2-3 people can sign this document.
Is it possible to count the signatures? Coz my requirement is at least 2 signatures must be present (see attached)
0人中0人がこの記事が役に立ったと言っています
コメント
5件のコメント
I am trying this script now ->
Context.Field("Signature").Regions[0].Picture.AnalyzePageObjects(null).TextObjectsCount
and it is returning only 1
Hello Melisa,
is the document definition based on your own flexilayout? If not, maybe it would be easier to add your own flexilayout and search for the signature field yourself using a repeating group and white gaps.
Greetings
Reinhard
Hi Reinhard,
Yes I created my own flexilayout :)
Wow I have not tried repeating group before! Thanks! I will try now
Cheers,
Melisa
Thanks Reinhard!
I added a repeating group on my last page, I added white gap and it works.
Hello Melisa,
I'm glad I could give you an idea.
Cheers
Reinhard
サインインしてコメントを残してください。