<?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: Integrating Acrobat Pro API to convert from PDF to Word in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54108#M8690</link>
    <description>Hello everyone,

I am currently trying to implement a BO that would open a PDF and would convert it to word using Acrobat API. I am trying to do what they are doing in this guide &lt;A href="https://portal.blueprism.com/system/files/Guide%20-%20Interfacing%20with%20PDF%20Documents%20v1.0.pdf" target="test_blank"&gt;https://portal.blueprism.com/system/files/Guide%20-%20Interfacing%20with%20PDF%20Documents%20v1.0.pdf&lt;/A&gt; which is to add a code stage to perform the conversion, but I couldn't find any instructions on how to add the API into blue prism (I guess by adding ddl libraries into the init page of the object?) or any code snippet to make it work. I download the API from here &lt;A href="http://www.adobe.com/devnet/acrobat.html" target="test_blank"&gt;http://www.adobe.com/devnet/acrobat.html&lt;/A&gt; and I need some help plugging it in into BP and coding the process.

Any help is greatly appreciated.

Thank you

Felix</description>
    <pubDate>Wed, 15 Jun 2016 19:10:00 GMT</pubDate>
    <dc:creator>FelixElias</dc:creator>
    <dc:date>2016-06-15T19:10:00Z</dc:date>
    <item>
      <title>How To: Integrating Acrobat Pro API to convert from PDF to Word</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54108#M8690</link>
      <description>Hello everyone,

I am currently trying to implement a BO that would open a PDF and would convert it to word using Acrobat API. I am trying to do what they are doing in this guide &lt;A href="https://portal.blueprism.com/system/files/Guide%20-%20Interfacing%20with%20PDF%20Documents%20v1.0.pdf" target="test_blank"&gt;https://portal.blueprism.com/system/files/Guide%20-%20Interfacing%20with%20PDF%20Documents%20v1.0.pdf&lt;/A&gt; which is to add a code stage to perform the conversion, but I couldn't find any instructions on how to add the API into blue prism (I guess by adding ddl libraries into the init page of the object?) or any code snippet to make it work. I download the API from here &lt;A href="http://www.adobe.com/devnet/acrobat.html" target="test_blank"&gt;http://www.adobe.com/devnet/acrobat.html&lt;/A&gt; and I need some help plugging it in into BP and coding the process.

Any help is greatly appreciated.

Thank you

Felix</description>
      <pubDate>Wed, 15 Jun 2016 19:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54108#M8690</guid>
      <dc:creator>FelixElias</dc:creator>
      <dc:date>2016-06-15T19:10:00Z</dc:date>
    </item>
    <item>
      <title>I was able to do this. Here</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54109#M8691</link>
      <description>I was able to do this. Here are the steps I followed in case anyone else come across the same:
1. As I originally built the VBA code for a macro in Word, I used the same Acrobat library office was using. To find out which one it was, I went to the VB developer environment, clicked on tool/references and then clicked on top of acrobat. The location was C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Acrobat.tll
2. As the extension of the library was a .tlb, I converted it to .dll using a .net sdk tool called Tlbexp.exe to make it compatible with BP.
3. Once I had the library converted (this part is important) I had to copy it to the installation folder of BP. I tried having the .dll outside, but for some reason BP didn't have permissions to use the library if it was outside its installation folder.
4. After pasting the library in the installation folder, I imported it in External References, and I also imported the namespace Acrobat and Microsoft.VisualBasic
5. After done, the code was really straightforward to port into BP.
If you have any questions I would be happy to answer them.
Felix</description>
      <pubDate>Fri, 17 Jun 2016 01:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54109#M8691</guid>
      <dc:creator>FelixElias</dc:creator>
      <dc:date>2016-06-17T01:13:00Z</dc:date>
    </item>
    <item>
      <title>I'm doing PDF conversion to</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54110#M8692</link>
      <description>I'm doing PDF conversion to Word document. In it I used third part dll of Acrobat DC. But is not working. Is there any other dll to used the PDF conversion to Word ?</description>
      <pubDate>Fri, 10 Mar 2017 11:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54110#M8692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-10T11:09:00Z</dc:date>
    </item>
    <item>
      <title>I'm doing PDF conversion to</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54111#M8693</link>
      <description>I'm doing PDF conversion to Word document. In it I used third part dll of Acrobat DC. But is not working. Is there any other dll to used the PDF conversion to Word ?</description>
      <pubDate>Wed, 22 Mar 2017 09:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54111#M8693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T09:39:00Z</dc:date>
    </item>
    <item>
      <title>Hi Felix,
Thanks for your…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54112#M8694</link>
      <description>Hi Felix,
Thanks for your comment. It really helped me with getting the Acrobat DLL. I was wondering if you could share some code on how to extract text from a pdf?
If you don't want to share it that's fine. Can you perhaps then just guide me in the right direction?
&amp;nbsp;
Thanks,
Anthony</description>
      <pubDate>Wed, 31 Oct 2018 21:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-To-Integrating-Acrobat-Pro-API-to-convert-from-PDF-to-Word/m-p/54112#M8694</guid>
      <dc:creator>AnthonyCamargo2</dc:creator>
      <dc:date>2018-10-31T21:52:00Z</dc:date>
    </item>
  </channel>
</rss>

