<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to copy an image file to clipboard AND How to insert an image file in a word document? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-an-image-file-to-clipboard-AND-How-to-insert-an/m-p/79262#M31170</link>
    <description>How to copy an image file to clipboard AND How to insert an image file in a word document?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Jun 2021 18:01:00 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2021-06-18T18:01:00Z</dc:date>
    <item>
      <title>How to copy an image file to clipboard AND How to insert an image file in a word document?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-an-image-file-to-clipboard-AND-How-to-insert-an/m-p/79262#M31170</link>
      <description>How to copy an image file to clipboard AND How to insert an image file in a word document?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2021 18:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-copy-an-image-file-to-clipboard-AND-How-to-insert-an/m-p/79262#M31170</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-06-18T18:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to copy an image file to clipboard AND How to insert an image file in a word document?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-copy-an-image-file-to-clipboard-AND-How-to-insert-an/m-p/79263#M31171</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To copy an image file to clipboard, you can realize if you use Code Stage and write simple code below:&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;'Required External Reerences: System.Drawing.dll, System.Windows.Forms.dll
'Required Namespace Imports: System.Drawing, System.Windows.Forms
'Input Arguments: filePath As Text
Dim bmp As New Bitmap(filePath)
Clipboard.SetImage(bmp)
bmp.Dispose()​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28247.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28376iA74BC9C7EC4D7118/image-size/large?v=v2&amp;amp;px=999" role="button" title="28247.png" alt="28247.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28248.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28380i81CF6F4AF75C47F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="28248.png" alt="28248.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="28249.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28381i9FC2B4BFC8C701E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="28249.png" alt="28249.png" /&gt;&lt;/span&gt;&lt;BR /&gt;To Insert an image to a Word document, you can use the "Paste from Clipboard" action in the "MS Word VBO" object.&lt;BR /&gt;&lt;BR /&gt;I hope this will help you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kota Suto&lt;BR /&gt;Japan&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 02:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-copy-an-image-file-to-clipboard-AND-How-to-insert-an/m-p/79263#M31171</guid>
      <dc:creator>KotaSuto1</dc:creator>
      <dc:date>2021-06-20T02:52:00Z</dc:date>
    </item>
  </channel>
</rss>

