<?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: Nprinting HTML Background in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615190#M25613</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp; Inserting the image in a formula means that you will have a fixed image, not a Qlik Sense object exported as image and used as background of the table. I supposed the second was the request.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 07:49:36 GMT</pubDate>
    <dc:creator>Ruggero_Piccoli</dc:creator>
    <dc:date>2019-08-22T07:49:36Z</dc:date>
    <item>
      <title>Nprinting HTML Background</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1614697#M25585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How do I insert an image as background in an html-report. Preferebly in a table, as I will add som values over the picture.&lt;/P&gt;&lt;P&gt;I have tried following without success:&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;html&amp;gt;
    &amp;lt;body &amp;gt;
      &amp;lt;table width="1500" hight="300" background=&amp;lt;img src="%%JTcQk%%" alt="JTcQk"&amp;gt;&amp;gt;
           &amp;lt;tr hight="100"&amp;gt;
               &amp;lt;td width="250"&amp;gt;cell1&amp;lt;/td&amp;gt;
               &amp;lt;td width="250"&amp;gt;cell2&amp;lt;/td&amp;gt;
           &amp;lt;/tr&amp;gt;
           &amp;lt;tr hight="100"&amp;gt;
               &amp;lt;td width="250"&amp;gt; cell3&amp;lt;/td&amp;gt;
               &amp;lt;td width="250"&amp;gt; cell4&amp;lt;/td&amp;gt;
           &amp;lt;/tr&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;     &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1614697#M25585</guid>
      <dc:creator>mattiasbrandt</dc:creator>
      <dc:date>2024-11-16T02:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting HTML Background</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1614885#M25597</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suggest you to open a support ticket about this. We need the help of a developer to investigate the issue.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 14:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1614885#M25597</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2019-08-21T14:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting HTML Background</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615111#M25606</link>
      <description>&lt;P&gt;I think your HTML syntax is not right&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; background=&amp;lt;img&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On top of the above when you drag&amp;amp;drop image on the template it is converted to base64 image with parameters like hight, width etc.. which messes up inline syntax&lt;/P&gt;&lt;P&gt;I suggest you create your image as Base64 text encapsulated in NPrinting formula and then use this formula as on screenshot/script below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;html&amp;gt;
    &amp;lt;body &amp;gt;
      &amp;lt;table width="1500" hight="300" style="background-image: url(%%image%%)"&amp;gt; 
               &amp;lt;td width="250"&amp;gt;cell1&amp;lt;/td&amp;gt;
               &amp;lt;td width="250"&amp;gt;cell2&amp;lt;/td&amp;gt;
           &amp;lt;/tr&amp;gt;
           &amp;lt;tr hight="100"&amp;gt;
               &amp;lt;td width="250"&amp;gt; cell3&amp;lt;/td&amp;gt;
               &amp;lt;td width="250"&amp;gt; cell4&amp;lt;/td&amp;gt;
           &amp;lt;/tr&amp;gt;
      &amp;lt;/table&amp;gt;  
    &amp;lt;/body&amp;gt;          
&amp;lt;/html&amp;gt; &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17483i2C87BD76C31710EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;more about base64 here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nprintingadventures.wordpress.com/2019/05/24/creating-email-content-in-nprinting/" target="_blank" rel="noopener"&gt;https://nprintingadventures.wordpress.com/2019/05/24/creating-email-content-in-nprinting/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 02:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615111#M25606</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-08-22T02:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting HTML Background</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615148#M25609</link>
      <description>&lt;P&gt;Thanks for the answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me, this does not display an image as a background in the table, even if I follow the instructions and use your script exactly as it is. Have you been able to do so?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 06:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615148#M25609</guid>
      <dc:creator>mattiasbrandt</dc:creator>
      <dc:date>2019-08-22T06:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting HTML Background</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615150#M25610</link>
      <description>&lt;P&gt;Yes It worked for me&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 06:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615150#M25610</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-08-22T06:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting HTML Background</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615158#M25611</link>
      <description>&lt;P&gt;I always test my answers, so yeah - it worked&lt;/P&gt;&lt;P&gt;attached is my exported report template (no password is required)&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615158#M25611</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-08-22T07:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting HTML Background</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615190#M25613</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp; Inserting the image in a formula means that you will have a fixed image, not a Qlik Sense object exported as image and used as background of the table. I supposed the second was the request.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615190#M25613</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2019-08-22T07:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting HTML Background</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615191#M25614</link>
      <description>&lt;P&gt;Totaly agree with you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;!!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-HTML-Background/m-p/1615191#M25614</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-08-22T07:51:07Z</dc:date>
    </item>
  </channel>
</rss>

