<?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: ENTRYTITLE appearing truncated in PDF output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/258574#M9339</link>
    <description>&lt;P&gt;I will review the code. &amp;nbsp;I may not be able to post much, since it is for a client.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I reiterate that the appearance of the title in the PDF is truncated, unevenly in the middle of a letter. &amp;nbsp;I can copy and paste the ENTIRE title.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect that the area for the ENTRYTITLE is being encroached upon by the area of the plot (WALLDISPLAY?). &amp;nbsp;What troubles me about that suspicion is that the truncation is "eratic". &amp;nbsp;Its not like a line is missing, rather only a portion of the line is showing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kevin&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2016 16:14:37 GMT</pubDate>
    <dc:creator>KevinViel</dc:creator>
    <dc:date>2016-03-23T16:14:37Z</dc:date>
    <item>
      <title>ENTRYTITLE appearing truncated in PDF output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/258290#M9337</link>
      <description>&lt;P&gt;I created a PDF, but the title, created using ENTRYTITLE appears truncated, but in the middle of a letter. &amp;nbsp;I can copy and paste the entire text. &amp;nbsp;Selecting a smaller font size "displays" the title as expect. &amp;nbsp;This was from 10pt to 8pt.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is created using SAS v9.4 on the Unix OS with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; style &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = custom&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gpath &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = "results"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; image_dpi = 350&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/ reset &amp;nbsp;= all&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;imagename = "this"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;imagefmt &amp;nbsp; &amp;nbsp; = "pdf"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would appreciate any suggestions or directions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kevin&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 17:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/258290#M9337</guid>
      <dc:creator>KevinViel</dc:creator>
      <dc:date>2016-03-22T17:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: ENTRYTITLE appearing truncated in PDF output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/258416#M9338</link>
      <description>&lt;P&gt;Please provide some example data in the form of a datastep and the entire code using that data to replicate the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the limited amount of example code you show doesn't include ENTRYTITLE anywhere it is very hard to tell what the issues may be.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 07:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/258416#M9338</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-23T07:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: ENTRYTITLE appearing truncated in PDF output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/258574#M9339</link>
      <description>&lt;P&gt;I will review the code. &amp;nbsp;I may not be able to post much, since it is for a client.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I reiterate that the appearance of the title in the PDF is truncated, unevenly in the middle of a letter. &amp;nbsp;I can copy and paste the ENTIRE title.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect that the area for the ENTRYTITLE is being encroached upon by the area of the plot (WALLDISPLAY?). &amp;nbsp;What troubles me about that suspicion is that the truncation is "eratic". &amp;nbsp;Its not like a line is missing, rather only a portion of the line is showing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 16:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/258574#M9339</guid>
      <dc:creator>KevinViel</dc:creator>
      <dc:date>2016-03-23T16:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: ENTRYTITLE appearing truncated in PDF output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/305123#M10730</link>
      <description>&lt;P&gt;I'm seeing the exact same thing - for the ENTRYTITLE text written to a PDF output, the last letter is only half-printed (the left-side of the letter is shown, but not the right-half). Seems as though SAS isn't telling the PDF the entire width of the title.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, my code was this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
define statgraph LabPHEData;
dynamic _WEEK _Y1 _Y2 _GROUP_BY;
begingraph / datacolors=(YELLOW ORANGE RED);
   entrytitle halign=center textattrs=(FAMILY='Calibri' SIZE=8pt WEIGHT=bold) 'Influenza Positive Tests Reported by Our State Laboratory of Public Health (SLPH) and PHE Facilities';&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and the output looks like what's in the attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I solved the problem by adding a space (or two) to the end of the text, so my code became&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;entrytitle halign=center textattrs=(FAMILY='Calibri' SIZE=8pt WEIGHT=bold) 'Influenza Positive Tests Reported by Our State Laboratory of Public Health (SLPH) and PHE Facilities  ';&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13064iC3411383D5C513BB/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;</description>
      <pubDate>Mon, 17 Oct 2016 15:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/305123#M10730</guid>
      <dc:creator>bnawrocki</dc:creator>
      <dc:date>2016-10-17T15:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: ENTRYTITLE appearing truncated in PDF output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/422196#M14529</link>
      <description>Thanks this tip is a life saver!</description>
      <pubDate>Tue, 19 Dec 2017 04:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ENTRYTITLE-appearing-truncated-in-PDF-output/m-p/422196#M14529</guid>
      <dc:creator>travelerxyz</dc:creator>
      <dc:date>2017-12-19T04:59:31Z</dc:date>
    </item>
  </channel>
</rss>

