<?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: Exporting Power BI embedded report or visual to PDF using Node JS in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2989408#M40466</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="485175" data-lia-user-login="husnainnourose" class="lia-mention lia-mention-user"&gt;husnainnourose&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&amp;gt;&amp;gt;or for now its just for C# as mentioned in sample code?&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Obviously, the Rest API should not limit the usage of programming languages. I check on the npm and find the power bi client package, you can try it if helps:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://www.npmjs.com/package/powerbi-client?activeTab=readme" target="_blank"&gt;powerbi-client - npm (npmjs.com)&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2022 02:37:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-27T02:37:56Z</dc:date>
    <item>
      <title>Exporting Power BI embedded report or visual to PDF using Node JS</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2980691#M40407</link>
      <description>&lt;P&gt;i got power bi report embedded to webpage. we received requirement from client to export/download single or multiple visuals from this embedded report to either pdf or png.&lt;BR /&gt;&lt;BR /&gt;I am looking for any node js solution to this problem. As, ideally i have to bind visual downloading with a button on this web page from where user can download report/visual.&lt;/P&gt;&lt;P&gt;i have found this solution but its in c#&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to" rel="nofollow noreferrer" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to&lt;/A&gt;&lt;/P&gt;&lt;P&gt;further, there is no proper procedure written for binding visual export/visual with any button&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 05:15:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2980691#M40407</guid>
      <dc:creator>husnainnourose</dc:creator>
      <dc:date>2022-12-21T05:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Power BI embedded report or visual to PDF using Node JS</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2983025#M40423</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="485175" data-lia-user-login="husnainnourose" class="lia-mention lia-mention-user"&gt;husnainnourose&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can take a look at the following blog about node js sdk with power bi embed if it helps with your requirement:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://powerbi.microsoft.com/en-us/blog/pbie-nodejs-sdk/" target="_blank"&gt;Power BI Embedded SDK for Node JS | Microsoft Power BI Blog | Microsoft Power BI&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 01:23:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2983025#M40423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-22T01:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Power BI embedded report or visual to PDF using Node JS</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2983350#M40426</link>
      <description>&lt;P&gt;its deprecated i guess&lt;BR /&gt;&lt;BR /&gt;as export to file API is a rest API so can it be integrated with other languages also ?&lt;BR /&gt;or for now its just for C# as mentioned in sample code?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 04:36:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2983350#M40426</guid>
      <dc:creator>husnainnourose</dc:creator>
      <dc:date>2022-12-22T04:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Power BI embedded report or visual to PDF using Node JS</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2989408#M40466</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="485175" data-lia-user-login="husnainnourose" class="lia-mention lia-mention-user"&gt;husnainnourose&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&amp;gt;&amp;gt;or for now its just for C# as mentioned in sample code?&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Obviously, the Rest API should not limit the usage of programming languages. I check on the npm and find the power bi client package, you can try it if helps:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://www.npmjs.com/package/powerbi-client?activeTab=readme" target="_blank"&gt;powerbi-client - npm (npmjs.com)&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 02:37:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Exporting-Power-BI-embedded-report-or-visual-to-PDF-using-Node/m-p/2989408#M40466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-27T02:37:56Z</dc:date>
    </item>
  </channel>
</rss>

