<?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: Size difference when same data downloaded in EXCEL and PDF. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/size-difference-when-same-data-downloaded-in-excel-and-pdf/m-p/10101656#M1815083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what are you doing with PDF after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 10:12:58 GMT</pubDate>
    <dc:creator>former_member182354</dc:creator>
    <dc:date>2014-02-04T10:12:58Z</dc:date>
    <item>
      <title>Size difference when same data downloaded in EXCEL and PDF.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/size-difference-when-same-data-downloaded-in-excel-and-pdf/m-p/10101654#M1815081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query related to downloading same data in excel and PDF in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I download data into excel file in SAP by using &lt;SPAN class="L0S52"&gt;OPEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;DATASET &lt;/SPAN&gt;LV_FILENAME &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TEXT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MODE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ENCODING &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;DEFAULT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; I download data into PDF file in SAP by using foll. methods :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step 1 .&amp;nbsp; CONVERT_ABAPSPOOLJOB_2_PDF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step 2 .&amp;nbsp; &lt;SPAN class="L0S52"&gt;OPEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;DATASET &lt;/SPAN&gt;LV_FILENAME &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BINARY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MODE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But , the difference in data downloaded is huge .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel File size is 190 kb and PDF file size is 3165 kb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest , what can be done to reduce file size of PDF file .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Priyanka Ashtekar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/size-difference-when-same-data-downloaded-in-excel-and-pdf/m-p/10101654#M1815081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-04T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Size difference when same data downloaded in EXCEL and PDF.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/size-difference-when-same-data-downloaded-in-excel-and-pdf/m-p/10101655#M1815082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel and PDF are different format.&lt;/P&gt;&lt;P&gt;In the first open data set What you are doing is as good as creating text file ( Tab delimited perhaps) with extension xls. However, for PDF you are actually downloading the PDF file. Size difference may there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both the excel as well as pdf is opening fine, then there shouldn't be much issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/size-difference-when-same-data-downloaded-in-excel-and-pdf/m-p/10101655#M1815082</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2014-02-04T09:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Size difference when same data downloaded in EXCEL and PDF.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/size-difference-when-same-data-downloaded-in-excel-and-pdf/m-p/10101656#M1815083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what are you doing with PDF after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 10:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/size-difference-when-same-data-downloaded-in-excel-and-pdf/m-p/10101656#M1815083</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2014-02-04T10:12:58Z</dc:date>
    </item>
  </channel>
</rss>

