<?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: Qlik NPrinting : object rendering time in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Qlik-NPrinting-object-rendering-time/m-p/1740135#M29876</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Qlik NPrinting supports Qlik Sense extensions that fill some requirements listed in&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/MultiDocument/Using-Sense-third-party-extensions.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/MultiDocument/Using-Sense-third-party-extensions.htm&lt;/A&gt;. So be sure that the extension you are using is compliant with them.&lt;/P&gt;&lt;P&gt;We don't have a list of supported exstensions.&lt;/P&gt;&lt;P&gt;Maybe also this article could help you&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/Troubleshooting/Qlik-Sense-third-party-extension-does-not-export-correctly.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/Troubleshooting/Qlik-Sense-third-party-extension-does-not-export-correctly.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2020 08:55:20 GMT</pubDate>
    <dc:creator>Ruggero_Piccoli</dc:creator>
    <dc:date>2020-09-01T08:55:20Z</dc:date>
    <item>
      <title>Qlik NPrinting : object rendering time</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qlik-NPrinting-object-rendering-time/m-p/1739852#M29864</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We would like to create a report (PPTX) in which we can render some images. For that, in Qlik Sense, we use the extension MGO Image Grid v3 (using the single image functionality)&lt;/P&gt;&lt;P&gt;However, when used with QlikNPrinting, it doesn't wait until the images are rendered, but only until the calculation made to get the image url is done. I know QlikNPrinting is not supporting well extensions right now, but I would like if there is any kind of workaround to make it wait a few second before to capture the sheet (for example by editing the extension and making it "sleep" for a few seconds ?)&lt;/P&gt;&lt;P&gt;Thank you in advance for your help&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 11:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qlik-NPrinting-object-rendering-time/m-p/1739852#M29864</guid>
      <dc:creator>gduflot_mdm</dc:creator>
      <dc:date>2020-08-31T11:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting : object rendering time</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qlik-NPrinting-object-rendering-time/m-p/1740135#M29876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Qlik NPrinting supports Qlik Sense extensions that fill some requirements listed in&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/MultiDocument/Using-Sense-third-party-extensions.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/MultiDocument/Using-Sense-third-party-extensions.htm&lt;/A&gt;. So be sure that the extension you are using is compliant with them.&lt;/P&gt;&lt;P&gt;We don't have a list of supported exstensions.&lt;/P&gt;&lt;P&gt;Maybe also this article could help you&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/Troubleshooting/Qlik-Sense-third-party-extension-does-not-export-correctly.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/June2020/Content/NPrinting/Troubleshooting/Qlik-Sense-third-party-extension-does-not-export-correctly.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 08:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qlik-NPrinting-object-rendering-time/m-p/1740135#M29876</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2020-09-01T08:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting : object rendering time</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Qlik-NPrinting-object-rendering-time/m-p/1740186#M29879</link>
      <description>&lt;P&gt;Hello, after some tests it seems that adding&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;return new Promise(function(resolve,reject) {
    setTimeout(function(){ resolve(); }, 5000);
});&lt;/LI-CODE&gt;&lt;P&gt;at the end of the paint function is doing the job. Obviously, it delays the Qlik NPrinting job (but that's intended) and the 5000ms value is subjective to give QlikNPrinting enough time to render the image, but at least it seems to work now&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 11:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Qlik-NPrinting-object-rendering-time/m-p/1740186#M29879</guid>
      <dc:creator>gduflot_mdm</dc:creator>
      <dc:date>2020-09-01T11:46:49Z</dc:date>
    </item>
  </channel>
</rss>

