<?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 #BPTechTip - Converting a PDF to a Word document. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/BPTechTip-Converting-a-PDF-to-a-Word-document/m-p/77755#M29883</link>
    <description>Have you ever needed to convert a PDF to an editable Word document that your process could then work with? If so, you may have noticed there aren't a lot of useable solutions for this without purchasing a commercial product.&lt;BR /&gt;&lt;BR /&gt;Well, it turns out you likely already have a solution in the form of Microsoft Word itself. And yes, this does work with the MS Word VBO. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;To convert a PDF to an editable Word document you simply supply the PDF as the target document for the &lt;EM&gt;&lt;STRONG&gt;Open&lt;/STRONG&gt;&lt;/EM&gt; action on the MS Word VBO. There are three issues to be aware of though:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;When you call the &lt;STRONG&gt;&lt;EM&gt;Open&lt;/EM&gt;&lt;/STRONG&gt; action on the VBO, with a PDF as a target, the action will block until the PDF is converted to an editable Word document. Depending on the size of the PDF this can take several seconds or longer (I tested with a 6MB PDF on my laptop and it took about 10 seconds to open and convert).&lt;/LI&gt;
&lt;LI&gt;Word will pop-up a warning dialog which will block further processing until the dialog is dismissed. Luckily, this dialog can be disabled by setting a registry flag beforehand. The flag is a REG_DWORD that must be created (it typically doesn't exist unless someone clicks the &lt;EM&gt;&lt;STRONG&gt;Don't show this message again&lt;/STRONG&gt;&lt;/EM&gt; checkbox on the dialog) at the following location: &lt;STRONG&gt;HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options&lt;/STRONG&gt;. The option is titled &lt;STRONG&gt;DisableConvertPdfWarning&lt;/STRONG&gt; and it's value should be set to 1 (see second image below).&lt;/LI&gt;
&lt;LI&gt;Microsoft have identified some PDF features that don't convert very well. You can read about them &lt;A href="https://support.microsoft.com/en-us/office/opening-pdfs-in-word-1d1d2acc-afa0-46ef-891d-b76bcd83d9c8" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15615.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15778iB79C2E391B8A048C/image-size/large?v=v2&amp;amp;px=999" role="button" title="15615.png" alt="15615.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15616.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15783i32CDA98582CF78D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="15616.png" alt="15616.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I hope you find this tip useful. &lt;A data-tag-text="BPTechTips" data-sign="#" class="user-content-hashtag" href="https://community.blueprism.com/search?s=tags%3A%22BPTechTips%22&amp;amp;executesearch=true" data-tag-key="96c6fa99-5a9a-4919-98a6-d9ce55afe99f"&gt;#BPTechTips&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;​</description>
    <pubDate>Thu, 25 Aug 2022 18:36:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-08-25T18:36:00Z</dc:date>
    <item>
      <title>#BPTechTip - Converting a PDF to a Word document.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BPTechTip-Converting-a-PDF-to-a-Word-document/m-p/77755#M29883</link>
      <description>Have you ever needed to convert a PDF to an editable Word document that your process could then work with? If so, you may have noticed there aren't a lot of useable solutions for this without purchasing a commercial product.&lt;BR /&gt;&lt;BR /&gt;Well, it turns out you likely already have a solution in the form of Microsoft Word itself. And yes, this does work with the MS Word VBO. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;To convert a PDF to an editable Word document you simply supply the PDF as the target document for the &lt;EM&gt;&lt;STRONG&gt;Open&lt;/STRONG&gt;&lt;/EM&gt; action on the MS Word VBO. There are three issues to be aware of though:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;When you call the &lt;STRONG&gt;&lt;EM&gt;Open&lt;/EM&gt;&lt;/STRONG&gt; action on the VBO, with a PDF as a target, the action will block until the PDF is converted to an editable Word document. Depending on the size of the PDF this can take several seconds or longer (I tested with a 6MB PDF on my laptop and it took about 10 seconds to open and convert).&lt;/LI&gt;
&lt;LI&gt;Word will pop-up a warning dialog which will block further processing until the dialog is dismissed. Luckily, this dialog can be disabled by setting a registry flag beforehand. The flag is a REG_DWORD that must be created (it typically doesn't exist unless someone clicks the &lt;EM&gt;&lt;STRONG&gt;Don't show this message again&lt;/STRONG&gt;&lt;/EM&gt; checkbox on the dialog) at the following location: &lt;STRONG&gt;HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options&lt;/STRONG&gt;. The option is titled &lt;STRONG&gt;DisableConvertPdfWarning&lt;/STRONG&gt; and it's value should be set to 1 (see second image below).&lt;/LI&gt;
&lt;LI&gt;Microsoft have identified some PDF features that don't convert very well. You can read about them &lt;A href="https://support.microsoft.com/en-us/office/opening-pdfs-in-word-1d1d2acc-afa0-46ef-891d-b76bcd83d9c8" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15615.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15778iB79C2E391B8A048C/image-size/large?v=v2&amp;amp;px=999" role="button" title="15615.png" alt="15615.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15616.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/15783i32CDA98582CF78D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="15616.png" alt="15616.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I hope you find this tip useful. &lt;A data-tag-text="BPTechTips" data-sign="#" class="user-content-hashtag" href="https://community.blueprism.com/search?s=tags%3A%22BPTechTips%22&amp;amp;executesearch=true" data-tag-key="96c6fa99-5a9a-4919-98a6-d9ce55afe99f"&gt;#BPTechTips&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;​</description>
      <pubDate>Thu, 25 Aug 2022 18:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BPTechTip-Converting-a-PDF-to-a-Word-document/m-p/77755#M29883</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-25T18:36:00Z</dc:date>
    </item>
  </channel>
</rss>

