<?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 Base64encoded data to PDF / Credit File Api integration in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Convert-Base64encoded-data-to-PDF-Credit-File-Api-integration/m-p/976542#M73653</link>
    <description>&lt;P&gt;Neither. I don't have coding experience. But i've set up private apps before. This is the only hurdle to completing it however &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 05:52:45 GMT</pubDate>
    <dc:creator>EWebb1</dc:creator>
    <dc:date>2024-05-15T05:52:45Z</dc:date>
    <item>
      <title>Convert Base64encoded data to PDF / Credit File Api integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Convert-Base64encoded-data-to-PDF-Credit-File-Api-integration/m-p/974310#M73530</link>
      <description>&lt;P&gt;Does anybody have a way to safely convert base 64encoded data to pdf?&lt;BR /&gt;&lt;BR /&gt;We're trying to get an API to send credit reports directly from Equifax &amp;amp; Illion but we're missing this final step.&lt;BR /&gt;&lt;BR /&gt;Any ideas here?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 05:56:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Convert-Base64encoded-data-to-PDF-Credit-File-Api-integration/m-p/974310#M73530</guid>
      <dc:creator>EWebb1</dc:creator>
      <dc:date>2024-05-15T05:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Base64encoded data to PDF / Credit File Api integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Convert-Base64encoded-data-to-PDF-Credit-File-Api-integration/m-p/974628#M73552</link>
      <description>&lt;P&gt;Hey, &lt;SPAN class="mention" data-mention="@EWebb1"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/132024"&gt;@EWebb1&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Are you working with Python or JavaScript (Node.js)? For JS, you might try something like this as a proof of concept and build from there:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;const fs = require('fs');

let b64 = 'Your base64 encoded string here'   // replace with your base64 string
let b64_decoded = Buffer.from(b64, 'base64');

fs.writeFileSync('my_file.pdf', b64_decoded);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Python has a &lt;A href="https://docs.python.org/3/library/base64.html" target="_blank" rel="noopener"&gt;base64 library&lt;/A&gt; that should let you do the same and then convert it to PDF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun building! — Jaycee&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 15:26:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Convert-Base64encoded-data-to-PDF-Credit-File-Api-integration/m-p/974628#M73552</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-05-10T15:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Base64encoded data to PDF / Credit File Api integration</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Convert-Base64encoded-data-to-PDF-Credit-File-Api-integration/m-p/976542#M73653</link>
      <description>&lt;P&gt;Neither. I don't have coding experience. But i've set up private apps before. This is the only hurdle to completing it however &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 05:52:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Convert-Base64encoded-data-to-PDF-Credit-File-Api-integration/m-p/976542#M73653</guid>
      <dc:creator>EWebb1</dc:creator>
      <dc:date>2024-05-15T05:52:45Z</dc:date>
    </item>
  </channel>
</rss>

