<?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 Re: Convert HTML String from Word including to send as an email in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Convert-HTML-String-from-Word-including-to-send-as-an-email/m-p/100172#M47537</link>
    <description>Top of my head this (I have not had Blue Prism installed for a few years)...&amp;nbsp;&lt;BR /&gt;If you look in the MS Word VBO that Blue Prism provides you should see that it is all code stages that interface with word document object.&amp;nbsp; &amp;nbsp;If there is a save as action then there will be a number within it that can be changed to save in different formats (including pdfs,&amp;nbsp; html,&amp;nbsp; etc).&amp;nbsp; &amp;nbsp;If the action has a type number input then you can just give the number for saving in HTML,&amp;nbsp; if not then you will need to create a new action to save as HTML similar to the existing save as pdf action (i think?).&lt;BR /&gt;There is lots and lots of online content about interfacing with word document objects and the save formats so hopefully with my aging memory hint and a bit of googling you should be able to find what you need.</description>
    <pubDate>Mon, 31 Oct 2022 10:44:08 GMT</pubDate>
    <dc:creator>Denis__Dennehy</dc:creator>
    <dc:date>2022-10-31T10:44:08Z</dc:date>
    <item>
      <title>Convert HTML String from Word including to send as an email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-HTML-String-from-Word-including-to-send-as-an-email/m-p/100171#M47536</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to convert a word document into html text to be sent via MS Outlook VBO. I am aware that I can use base-64 to attach images but struggling to implement this. Is there a way I can convert the entire document to html including images to html and save it into a data item to then be send via Outlook ABO?&lt;BR /&gt;&lt;BR /&gt;Any help would be great and appreciated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 31 Oct 2022 09:13:05 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-HTML-String-from-Word-including-to-send-as-an-email/m-p/100171#M47536</guid>
      <dc:creator>UsamaZubair2</dc:creator>
      <dc:date>2022-10-31T09:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HTML String from Word including to send as an email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-HTML-String-from-Word-including-to-send-as-an-email/m-p/100172#M47537</link>
      <description>Top of my head this (I have not had Blue Prism installed for a few years)...&amp;nbsp;&lt;BR /&gt;If you look in the MS Word VBO that Blue Prism provides you should see that it is all code stages that interface with word document object.&amp;nbsp; &amp;nbsp;If there is a save as action then there will be a number within it that can be changed to save in different formats (including pdfs,&amp;nbsp; html,&amp;nbsp; etc).&amp;nbsp; &amp;nbsp;If the action has a type number input then you can just give the number for saving in HTML,&amp;nbsp; if not then you will need to create a new action to save as HTML similar to the existing save as pdf action (i think?).&lt;BR /&gt;There is lots and lots of online content about interfacing with word document objects and the save formats so hopefully with my aging memory hint and a bit of googling you should be able to find what you need.</description>
      <pubDate>Mon, 31 Oct 2022 10:44:08 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-HTML-String-from-Word-including-to-send-as-an-email/m-p/100172#M47537</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2022-10-31T10:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HTML String from Word including to send as an email</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-HTML-String-from-Word-including-to-send-as-an-email/m-p/100173#M47538</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="f7295780-6ef4-41c1-baae-221bd912493d" data-tag-text="@Usama Zubair" href="https://community.blueprism.com/network/profile?UserKey=f7295780-6ef4-41c1-baae-221bd912493d" data-itemmentionkey="65b291a0-7b67-4dab-bbea-a6cdd9bba086"&gt;@Usama Zubair&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16677"&gt;@Denis__Dennehy&lt;/a&gt; is spot on with his explanation. Make a duplicate of the existing &lt;EM&gt;&lt;STRONG&gt;Save As&lt;/STRONG&gt;&lt;/EM&gt; action in the MS Word VBO​ and name it &lt;EM&gt;&lt;STRONG&gt;Save As HTML&lt;/STRONG&gt;&lt;/EM&gt;. After that, open the Code stage on the page and change it to look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36418.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36430iAE8697E127697505/image-size/large?v=v2&amp;amp;px=999" role="button" title="36418.png" alt="36418.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The number &lt;STRONG&gt;8&lt;/STRONG&gt;, that we've added to the function, is the magic number for saving a DOCX as HTML. It will also take any images in your Word document and embed them within the HTML in MIME format.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​</description>
      <pubDate>Mon, 31 Oct 2022 13:43:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-HTML-String-from-Word-including-to-send-as-an-email/m-p/100173#M47538</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-10-31T13:43:50Z</dc:date>
    </item>
  </channel>
</rss>

