<?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 Using Proportional Font(Arial) in ODS PDF - Problem with Line-up in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87593#M9202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with line-up in ODS PDF output using proportional font (Arial); I know I have to use monospace font to do so;&lt;/P&gt;&lt;P&gt;The problem is that the requirement from the users indicates that the developers must use "ARIAL" only in that report.&lt;/P&gt;&lt;P&gt;I suppose I could create a dynamic format for that particular column, which displays the name of the state and followed by dots (below is the example.&lt;/P&gt;&lt;P&gt;But, I am wondering if there is any way in ODS to line-up the value in PDF file.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;monospace&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Arial&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Alabama .........&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Alabama ........&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;California ......&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;California .........&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For state_name column, it is 100 bytes long and contains "name of the state" and "dots(.)"&lt;/P&gt;&lt;P&gt;In proc report, the column is 1.75 in.&lt;/P&gt;&lt;P&gt;the code is attached. the problem area is "COMPUTE" area; with SAS Monospace, it shows uniformed spacing.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Hana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2013 16:13:15 GMT</pubDate>
    <dc:creator>HanaR</dc:creator>
    <dc:date>2013-03-25T16:13:15Z</dc:date>
    <item>
      <title>Using Proportional Font(Arial) in ODS PDF - Problem with Line-up</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87593#M9202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with line-up in ODS PDF output using proportional font (Arial); I know I have to use monospace font to do so;&lt;/P&gt;&lt;P&gt;The problem is that the requirement from the users indicates that the developers must use "ARIAL" only in that report.&lt;/P&gt;&lt;P&gt;I suppose I could create a dynamic format for that particular column, which displays the name of the state and followed by dots (below is the example.&lt;/P&gt;&lt;P&gt;But, I am wondering if there is any way in ODS to line-up the value in PDF file.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;monospace&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Arial&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Alabama .........&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Alabama ........&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;California ......&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;California .........&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For state_name column, it is 100 bytes long and contains "name of the state" and "dots(.)"&lt;/P&gt;&lt;P&gt;In proc report, the column is 1.75 in.&lt;/P&gt;&lt;P&gt;the code is attached. the problem area is "COMPUTE" area; with SAS Monospace, it shows uniformed spacing.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Hana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 16:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87593#M9202</guid>
      <dc:creator>HanaR</dc:creator>
      <dc:date>2013-03-25T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proportional Font(Arial) in ODS PDF - Problem with Line-up</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87594#M9203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the purpose of the dots?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 14:23:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87594#M9203</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-03-31T14:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proportional Font(Arial) in ODS PDF - Problem with Line-up</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87595#M9204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is this is a duplicate posting? This question has been answered in a different post (&lt;A _jive_internal="true" href="https://communities.sas.com/message/158378#158378"&gt;https://communities.sas.com/message/158378#158378&lt;/A&gt;).&amp;nbsp; Is there a new development to the other question or to the answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 14:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87595#M9204</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-03-31T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Proportional Font(Arial) in ODS PDF - Problem with Line-up</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87596#M9205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is; I posted this earlier.&amp;nbsp; Sorry about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dots are for filling in the column of the state name; e.g. the column is char(50). so state_name = "Florida ......." or "Texa ......."&lt;/P&gt;&lt;P&gt;Using Arial font does not meet the clients' satisfaction; however, Ms. Cynthia's explanation gave them the reason to look at other wasy to produce the reports.&amp;nbsp; Many thanks to Ms. Cynthia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Hyunjoo Reed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 13:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Proportional-Font-Arial-in-ODS-PDF-Problem-with-Line-up/m-p/87596#M9205</guid>
      <dc:creator>HanaR</dc:creator>
      <dc:date>2013-04-01T13:28:12Z</dc:date>
    </item>
  </channel>
</rss>

