Problem:
The PDF of my form/memo shows “Signed in Samm” instead of a signature. How can I display the signature as an image?
Cause:
Microsoft Word’s merge fields contain information that controls what the output into the PDF will look like. That information is hidden within the merge field. Since signature fields contain an image (instead of text), their merge fields need to be modified. If that isn’t done then the output shows “Signed in Samm” when a signature is present.
Resolution:
We recommend using the APE Add-in, if possible, because if you insert signature merge fields using the Add-in then it automatically sets up the merge field.
If you don’t use the Add-in then there are 2 ways to adjust the merge field:
1)
- Right-click on the signature merge field and choose “Toggle Field Codes”.
- doing that once reveals its hidden information; doing it again will revert back to the normal display.
- Amend the code to read {MERGEFIELD Image:Signature}
- When finished, right click the field and choose ‘Update field’ from the menu
2)
- Right-click on the signature merge field
- Select ‘Edit field’
- Change the Field name to ‘Image:Signature’
- Click ‘OK’ (the change should now be reflected in the document)
More information:
Tip: you can toggle field codes on/off for the entire DOCX by doing "Select All" and then key combination SHIFT+F9. That allows you to see where underlying problems lie in many fields, such as in tables.
Comments
0 comments
Please sign in to leave a comment.