<?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: Column header truncated when exporting to PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125037#M10546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use cellheight= or cellwidth=&amp;nbsp;&amp;nbsp; style ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Apr 2013 09:43:16 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2013-04-30T09:43:16Z</dc:date>
    <item>
      <title>Column header truncated when exporting to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125036#M10545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When producing the report in EG all headers look fine. But when exporting to PDF one of the column headers, which is quite large, is truncated. The strange thing is that when my collague runs the exact same report and exports to PDF there is no truncation and column headers look fine. So my question is if there are any settings where rowsize or textsize for exporting to PDF can be set, or any other setting that might influence the truncation. Screen dumps are attached.&lt;IMG alt="trunc_header.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3495_trunc_header.png" width="450" /&gt;&lt;IMG alt="notrunc_header.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3496_notrunc_header.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 08:34:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125036#M10545</guid>
      <dc:creator>TTNY</dc:creator>
      <dc:date>2013-04-30T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Column header truncated when exporting to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125037#M10546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use cellheight= or cellwidth=&amp;nbsp;&amp;nbsp; style ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 09:43:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125037#M10546</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2013-04-30T09:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Column header truncated when exporting to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125038#M10547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems I get the same issue with or without the width option. Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=uniquedata style(header)=[background=white] split='*';&lt;BR /&gt;column ('' ('' soc)) ('' ('' pt))&lt;BR /&gt;('Spontaneous, including competent authorities *(worldwide) and literature'&lt;BR /&gt;('Serious' per_ser_s1 cum_ser_s1) ('Non-serious' per_nonser_s1 cum_nonser_s1))&lt;BR /&gt;('Total *Spontaneous'('' tot))&lt;BR /&gt;(&lt;STRONG&gt;'Non-interventional post-*marketing studies and *reports from other *solicited sources'&lt;/STRONG&gt;&lt;BR /&gt;('Serious' per_ser_s2 cum_ser_s2));&lt;/P&gt;&lt;P&gt;define soc / group 'SOC' style(header)=[just=l];&lt;BR /&gt;define pt / group 'PT' style(header)=[just=l];&lt;BR /&gt;define per_ser_s1 / analysis 'PSUR *period';&lt;BR /&gt;define cum_ser_s1 / analysis 'Cumulative';&lt;BR /&gt;define per_nonser_s1 / analysis 'PSUR *period';&lt;BR /&gt;define cum_nonser_s1 / analysis 'Cumulative';&lt;BR /&gt;define tot / analysis 'Cumulative *all';&lt;BR /&gt;define per_ser_s2 / analysis 'PSUR *period';&lt;BR /&gt;define cum_ser_s2 / analysis 'Cumulative';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 12:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125038#M10547</guid>
      <dc:creator>TTNY</dc:creator>
      <dc:date>2013-04-30T12:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Column header truncated when exporting to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125039#M10548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I ran the report a couple of different ways using SAS 9.3 and didn't run into any issues such as you show in your screen shots. One thing that I am curious about is your statement "When producing the report in EG all headers look fine. But when &lt;STRONG style="text-decoration: underline;"&gt;exporting to PDF&lt;/STRONG&gt;..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am not sure what you mean when you say "&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;exporting&lt;/STRONG&gt;&lt;/SPAN&gt; to PDF". When you use EG, I assumed that you meant you clicked the PDF choice to automatically create PDF output from within EG. When you do that, EG adds explicit ODS PDF statements to the behind the scenes code. So, how did you "export to PDF"? Did you turn your code into a stored process and run it in Web Report Studio? Did you accidentally create SASReport output in EG? Are you using the Information Delivery Portal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would recommend opening a track with Tech Support. I used EG and I used SAS with explicit ODS statements and I could not replicate your header truncation. I think Tech Support will be your best help on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 16:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125039#M10548</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-05-01T16:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Column header truncated when exporting to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125040#M10549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer. Perhaps the problem is the way I get my report into PDF. Please see attached screen dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Tatiana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="export1.png" class="jive-image-thumbnail jive-image" height="133" src="https://communities.sas.com/legacyfs/online/3513_export1.png" width="789" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="export2.png" class="jive-image-thumbnail jive-image" height="123" src="https://communities.sas.com/legacyfs/online/3514_export2.png" width="488" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 07:10:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125040#M10549</guid>
      <dc:creator>TTNY</dc:creator>
      <dc:date>2013-05-02T07:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Column header truncated when exporting to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125041#M10550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, that was one method I did NOT try. Since I prefer to let ODS control the creation of the PDF document, I used one of 2 methods:&lt;/P&gt;&lt;P&gt;1)explicit ODS control statements:&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;ods pdf file='c:\temp\xxxx.pdf';&lt;/P&gt;&lt;P&gt;... the code ...&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;2) using the Tools --&amp;gt; Options --&amp;gt; Results General menu choice to DE-select SASReport format and SELECT the check box for PDF results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used either of those methods, I did not experience any truncation. I do not know what method the Export to PDF choice uses, so if you want to continue to use that method, then you will have to pursue your question with Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cynthia &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 14:47:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Column-header-truncated-when-exporting-to-PDF/m-p/125041#M10550</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-05-02T14:47:17Z</dc:date>
    </item>
  </channel>
</rss>

