Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-08-20 09:36 AM
Hello All
One of my costumers has requested to add to a specific place in a Word document his digital signature as well as his Logo on the top left side of the Document.
How can I handle it in a nice and stable way?
I have the signature/Logo in a Word Document as well as in Excel, but I can't find in Blue Prism v6 any Utility to copy the Image to the clipboard and place it to the word document.
Thanks a lot for your support.
Best regards
Andre
------------------------------
Andre Köpplin
Senior Business Process Analyst
Wroclaw/Poland
------------------------------
One of my costumers has requested to add to a specific place in a Word document his digital signature as well as his Logo on the top left side of the Document.
How can I handle it in a nice and stable way?
I have the signature/Logo in a Word Document as well as in Excel, but I can't find in Blue Prism v6 any Utility to copy the Image to the clipboard and place it to the word document.
Thanks a lot for your support.
Best regards
Andre
------------------------------
Andre Köpplin
Senior Business Process Analyst
Wroclaw/Poland
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-08-20 02:03 PM
HI Andre,
i have done something similar with power point, i believe you can do same with Word.
1 You need to Open your word file, which is simple process,'
2. Use Send keys Alt N P to insert a picture to your document, this will open up a Windows browse window, use that to navigate to your stored logo location.
3. Once you insert the image within document, you need to identify shape#(This is bit messy), i don't have straight way to find a shape number but if that logo is first image in your doc, your shape# would be 1. i have seen it increment in linear way so if you have 4 image/shapes in document then new image would have shape#5.
4.now you need to click on image, select format shape and note down, top margin and left margin.
5.convert this margin to points(, 1 inch = 72 points.)
6. you will have to write a code stage to position picture/logo in correct place. you can also write a small code stage to resize the picture.
This works very well. i hope this will help you.
------------------------------
Ishan Mahajan
India
------------------------------
i have done something similar with power point, i believe you can do same with Word.
1 You need to Open your word file, which is simple process,'
2. Use Send keys Alt N P to insert a picture to your document, this will open up a Windows browse window, use that to navigate to your stored logo location.
3. Once you insert the image within document, you need to identify shape#(This is bit messy), i don't have straight way to find a shape number but if that logo is first image in your doc, your shape# would be 1. i have seen it increment in linear way so if you have 4 image/shapes in document then new image would have shape#5.
4.now you need to click on image, select format shape and note down, top margin and left margin.
5.convert this margin to points(, 1 inch = 72 points.)
6. you will have to write a code stage to position picture/logo in correct place. you can also write a small code stage to resize the picture.
This works very well. i hope this will help you.
------------------------------
Ishan Mahajan
India
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-08-20 01:17 PM
Would recommend to create a Word Template with logo (Header or Footer) and use the same template to update content in file.
------------------------------
Mayur Gangrade
SENIOR SOFTWARE ENGINEER
HSBC
Asia/Kolkata
------------------------------
------------------------------
Mayur Gangrade
SENIOR SOFTWARE ENGINEER
HSBC
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-08-20 02:03 PM
HI Andre,
i have done something similar with power point, i believe you can do same with Word.
1 You need to Open your word file, which is simple process,'
2. Use Send keys Alt N P to insert a picture to your document, this will open up a Windows browse window, use that to navigate to your stored logo location.
3. Once you insert the image within document, you need to identify shape#(This is bit messy), i don't have straight way to find a shape number but if that logo is first image in your doc, your shape# would be 1. i have seen it increment in linear way so if you have 4 image/shapes in document then new image would have shape#5.
4.now you need to click on image, select format shape and note down, top margin and left margin.
5.convert this margin to points(, 1 inch = 72 points.)
6. you will have to write a code stage to position picture/logo in correct place. you can also write a small code stage to resize the picture.
This works very well. i hope this will help you.
------------------------------
Ishan Mahajan
India
------------------------------
i have done something similar with power point, i believe you can do same with Word.
1 You need to Open your word file, which is simple process,'
2. Use Send keys Alt N P to insert a picture to your document, this will open up a Windows browse window, use that to navigate to your stored logo location.
3. Once you insert the image within document, you need to identify shape#(This is bit messy), i don't have straight way to find a shape number but if that logo is first image in your doc, your shape# would be 1. i have seen it increment in linear way so if you have 4 image/shapes in document then new image would have shape#5.
4.now you need to click on image, select format shape and note down, top margin and left margin.
5.convert this margin to points(, 1 inch = 72 points.)
6. you will have to write a code stage to position picture/logo in correct place. you can also write a small code stage to resize the picture.
This works very well. i hope this will help you.
------------------------------
Ishan Mahajan
India
------------------------------
