<?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: Losing line break on generating a pdf using a vbscript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597318#M221199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got it! &lt;/P&gt;&lt;P&gt;I used CHAR(11) instead of CHAR(10)+CHAR(13)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem was between the vbscript and word, it wasn't reckoning CHAR(10) + CHAR(13) as a line break, It does a line break with CHAR(11).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help and answering this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 19:15:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-19T19:15:48Z</dc:date>
    <item>
      <title>Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597307#M221188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a qvw with a straight table and added some dimensions and an expression on it. As one off my dimensions, I have a field with some big texts and it already has some line breaks (I'm referring to CHAR(10) and CHAR(13)), this line breaks were added into the SQL Server database (data source). When I'm looking on the data at the report everything looks good, but when I run a vbscript that exports this Straight Table as a pdf file, the line breaks disappear and I don't know why this is happening. Someone have any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a example of the data on report:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dimension 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dimension 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Example 1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;P&gt;Some text;&lt;BR /&gt;Some text;&lt;/P&gt;&lt;P&gt;Some text;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Example 2&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;P&gt;My text;&lt;/P&gt;&lt;P&gt;My text;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Example 3&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;P&gt;Anything;&lt;/P&gt;&lt;P&gt;Anything;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how it looks after exporting to a pdf file (using vbscript):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: rgb(102, 144, 188); color: rgb(255, 255, 255); padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dimension 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: rgb(102, 144, 188); color: rgb(255, 255, 255); padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Dimension 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: rgb(102, 144, 188); color: rgb(255, 255, 255); padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;Example 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;P style="text-align: center;"&gt;Some text;Some text;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Some text;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;Example 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;P style="text-align: center;"&gt;My text;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;My text;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;Example 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;P style="text-align: center;"&gt;Anything;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Anything;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 19:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597307#M221188</guid>
      <dc:creator />
      <dc:date>2014-02-17T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597308#M221189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried something like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH28").PrintEx "PDF-XChange 3.0",False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't address the issue you have, could you load a sample of your script or a qv app that illustrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 22:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597308#M221189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-17T22:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597309#M221190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm creating a word document first and then saving it as a pdf file. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Const wdFormatPDF = 17&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set objWord = CreateObject("Word.Application")&lt;/P&gt;&lt;P&gt;&amp;nbsp; objWord.visible = False&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set objDoc=objWord.Documents.add&lt;/P&gt;&lt;P&gt;&amp;nbsp; Const wdOrientLandscape = 1&lt;/P&gt;&lt;P&gt; objDoc.PageSetup.Orientation = wdOrientLandscape&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.GetSheetObject("CH28").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;&amp;nbsp; objWord.Selection.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; objDoc.SaveAs "Sample.docx"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set objDocument = objWord.Documents.Open("Sample.docx")&lt;/P&gt;&lt;P&gt;&amp;nbsp; objWord.visible = False&lt;/P&gt;&lt;P&gt;&amp;nbsp; objDocument.SaveAs "Sample.pdf", wdFormatPDF&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sorry for take too long to answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 20:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597309#M221190</guid>
      <dc:creator />
      <dc:date>2014-02-18T20:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597310#M221191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok....I've created an example that appears to be working as intended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 21:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597310#M221191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-18T21:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597311#M221192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using personal edition... can you post the macro code? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597311#M221192</guid>
      <dc:creator />
      <dc:date>2014-02-19T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597312#M221193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what the chart I was exporting looked like.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53489_chart.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the macro code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub createPDF&lt;/P&gt;&lt;P&gt;Set XWord = CreateObject("Word.Application")&lt;/P&gt;&lt;P&gt;XWord.Visible=false&lt;/P&gt;&lt;P&gt;XWord.DisplayAlerts=false&lt;/P&gt;&lt;P&gt;Set DocWord = XWord.Documents.add()&lt;/P&gt;&lt;P&gt;Const wdFormatPDF = 17&lt;/P&gt;&lt;P&gt;Const wdOrientLandscape = 1&lt;/P&gt;&lt;P&gt;DocWord.PageSetup.Orientation = wdOrientLandscape&lt;/P&gt;&lt;P&gt;set image = ActiveDocument.GetSheetObject("CH02")&lt;/P&gt;&lt;P&gt;image.CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;XWord.Selection.Paste&lt;/P&gt;&lt;P&gt;DocWord.SaveAs "c:\Sample.pdf", wdFormatPDF&lt;/P&gt;&lt;P&gt;msgbox "File saved to C:\Sample.pdf"&lt;/P&gt;&lt;P&gt;'XWord.Quit&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597312#M221193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-19T14:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597313#M221194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I removed the code below from my macro and now I'm saving directly as a pdf file like you did. I still have the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objDoc.SaveAs "Sample.docx"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set objDocument = objWord.Documents.Open("Sample.docx")&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objWord.visible = False&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objDocument.SaveAs "Sample.pdf", wdFormatPDF&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I added the line break by concatenating my texts with a CHAR(10) + CHAR(13)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How did you your line breaks? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597313#M221194</guid>
      <dc:creator />
      <dc:date>2014-02-19T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597314#M221195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using a calculated dimension since it was only a development app with sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calculated dimension was =repeat(members&amp;amp;';'&amp;amp;chr(13)&amp;amp;members&amp;amp;';',3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the value look like in a list box object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597314#M221195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-19T14:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597315#M221196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a list box it looks equals in the straight table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to do something like you did but nothing changed &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What word version are you using? I'm using word 2007&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 17:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597315#M221196</guid>
      <dc:creator />
      <dc:date>2014-02-19T17:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597316#M221197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using word 2010....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open an instance of Word. Right-click the chart object in QV and select copy to clipboard &amp;gt; Image. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Go to your blank word doc and paste.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it work doing it manually as outlined above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 18:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597316#M221197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-19T18:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597317#M221198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried two things: Copy to clipboard -&amp;gt; Image&amp;nbsp; and Copy to clipboard -&amp;gt; Full table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I copied as a Image it worked fine, but when I copied as a Full table It lost the line break. In my report I need to export as a full table because It's too big. I don't know if exists any difference between word 2007 and word 2010. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 18:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597317#M221198</guid>
      <dc:creator />
      <dc:date>2014-02-19T18:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Losing line break on generating a pdf using a vbscript</title>
      <link>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597318#M221199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got it! &lt;/P&gt;&lt;P&gt;I used CHAR(11) instead of CHAR(10)+CHAR(13)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem was between the vbscript and word, it wasn't reckoning CHAR(10) + CHAR(13) as a line break, It does a line break with CHAR(11).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help and answering this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 19:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Losing-line-break-on-generating-a-pdf-using-a-vbscript/m-p/597318#M221199</guid>
      <dc:creator />
      <dc:date>2014-02-19T19:15:48Z</dc:date>
    </item>
  </channel>
</rss>

