Skip to content

42194-How to insert signature in Word document through mail merge?#555

Merged
MathanKumarVaradhaRajaPerumal merged 5 commits into
mainfrom
42194-Mailmerge
May 20, 2026
Merged

42194-How to insert signature in Word document through mail merge?#555
MathanKumarVaradhaRajaPerumal merged 5 commits into
mainfrom
42194-Mailmerge

Conversation

@GOPINATH-SF4767
Copy link
Copy Markdown
Collaborator

Description:
Added sample for How to insert signature in Word document through mail merge

WPicture picture = args.Picture;

//Get the text box format
WTextBoxFormat textBoxFormat = (args.CurrentMergeField.OwnerParagraph.OwnerTextBody.Owner as WTextBox).TextBoxFormat;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If owner is not textbox then it will throw null exception

@MathanKumarVaradhaRajaPerumal MathanKumarVaradhaRajaPerumal merged commit 327a930 into main May 20, 2026
1 check failed
@MathanKumarVaradhaRajaPerumal MathanKumarVaradhaRajaPerumal deleted the 42194-Mailmerge branch May 20, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants