<?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: Space Between Tables ODS PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Tables-ODS-PDF/m-p/735619#M24984</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; It's always a good idea to check your style attributes to make sure they work the way you want in the destination you want. For example, if you check here in the documentation:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsadvug/p16od8jghibo9tn187hloazdzt70.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsadvug/p16od8jghibo9tn187hloazdzt70.htm&lt;/A&gt;&amp;nbsp; you'll see that PARSKIP looks like it is only supported in the RTF destination.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1618932443864.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58377iDAB64AD2B518D852/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1618932443864.png" alt="Cynthia_sas_0-1618932443864.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; So if your template is going to be used with ODS PDF, you'll need to investigate what is possible with table spacing with ODS PDF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You may want to work with Tech Support on this question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 15:31:54 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2021-04-20T15:31:54Z</dc:date>
    <item>
      <title>Space Between Tables ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Tables-ODS-PDF/m-p/735548#M24982</link>
      <description>&lt;P&gt;I used the PARSKIP functionality as shown in the template below, but it did not affect the spacing between the tables in ODS PDF. Was it applied incorrectly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
define style styles.BlueK;
	parent=styles.pearl;
	
	class colors /                                                  
		'link2' = cx0000FF
		'link1' = cx800080
		'docbg' = cxFAFBFE
		'contentbg' = cxFAFBFE
		'systitlebg' = cxFAFBFE
		'titlebg' = cxFAFBFE
		'proctitlebg' = cxFFFFFF
		'headerbg' = cxEDF2F9
		'captionbg' = cxFAFBFE
		'captionfg' = cx112277
		'bylinebg' = cxFAFBFE
		'notebg' = cxFAFBFE
		'tablebg' = cxFAFBFE
		'batchbg' = cxFFFFFF
		'systitlefg' = cx112277
		'titlefg' = cx112277
		'proctitlefg' = cx112277
		'bylinefg' = cx112277
		'notefg' = cx112277;
	class Header /
	bordercolor = cxB0B7BB
	backgroundcolor = cxEDF2F9
	color = cx112277;
	class RowHeader /
	bordercolor = cxB0B7BB
	backgroundcolor = cxEDF2F9
	color = cx112277;
	class fonts /
		'TitleFont2' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;, Helvetica, Helv",2, bold)
		'TitleFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;, Helvetica, Helv",3,bold)
		'StrongFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;, Helvetica, Helv",2, bold)
		'EmphasisFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;, Helvetica, Helv",2, italic)
		'FixedFont' = ("&amp;lt;monospace&amp;gt;, Courier",2)
		'BatchFixedFont' = ("SAS Monospace, &amp;lt;monospace&amp;gt;, Courier, monospace",2)
		'FixedHeadingFont' = ("&amp;lt;monospace&amp;gt;, Courier, monospace",2)
		'FixedStrongFont' = ("&amp;lt;monospace&amp;gt;, Courier, monospace",2,bold)
		'FixedEmphasisFont' = ("&amp;lt;monospace&amp;gt;, Courier, monospace",2,italic)
		'headingEmphasisFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;, Helvetica, Helv",2,bold italic)
		'headingFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;, Helvetica, Helv",2, bold)
		'docFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;, Helvetica, Helv",2);
	class Table /
	cellpadding = 2pt;
	style systemfooter from titlesandfooters /
		font_weight=light
		font_size=8pt;
	Style parskip / fontsize=4Pt;
	end;
	run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Apr 2021 13:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Tables-ODS-PDF/m-p/735548#M24982</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2021-04-20T13:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Space Between Tables ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Tables-ODS-PDF/m-p/735567#M24983</link>
      <description>&lt;P&gt;You should also provide the code generating your tables including your ODS PDF statement(s). Best is to provide data so we can duplicate the behavior or provide code using SAS supplied data sets like SASHELP.Class.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 14:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Tables-ODS-PDF/m-p/735567#M24983</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-04-20T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Space Between Tables ODS PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Tables-ODS-PDF/m-p/735619#M24984</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; It's always a good idea to check your style attributes to make sure they work the way you want in the destination you want. For example, if you check here in the documentation:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsadvug/p16od8jghibo9tn187hloazdzt70.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsadvug/p16od8jghibo9tn187hloazdzt70.htm&lt;/A&gt;&amp;nbsp; you'll see that PARSKIP looks like it is only supported in the RTF destination.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1618932443864.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58377iDAB64AD2B518D852/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1618932443864.png" alt="Cynthia_sas_0-1618932443864.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; So if your template is going to be used with ODS PDF, you'll need to investigate what is possible with table spacing with ODS PDF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You may want to work with Tech Support on this question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 15:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Tables-ODS-PDF/m-p/735619#M24984</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-04-20T15:31:54Z</dc:date>
    </item>
  </channel>
</rss>

