<?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: how to resize images to be included in a pdf export in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770208#M244338</link>
    <description>&lt;P&gt;&lt;SPAN&gt;HELLO, TO BE ABLE TO HAVE ALL THE COLUMNS OF THE SAME SIZE, HOW CAN YOU DO IT? I USE THIS CODE BUT EACH COLUMN TAKES ITS OWN SIZE ACCORDING TO THE LENGTH OF THE VALUE IT CONTAINS ... CAN YOU HELP ME?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CODE:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc report data=ESTRAZIONE_1 ls=150 nowd missing headline spacing=1&lt;BR /&gt;style(REPORT)={frame=box font_face=Arial}&lt;BR /&gt;style(REPORT)={outputwidth=100%&lt;BR /&gt;cellpadding=2pt}&lt;BR /&gt;style(HEADER)={background=#8FBC8F}&lt;BR /&gt;style(COLUMN)={foreground=#000000&lt;BR /&gt;background=WHITE}&lt;BR /&gt;style(column)={cellheight=0.2in};&lt;BR /&gt;column BIRDSPECIES_NAME_DESCRIPTION &lt;BR /&gt;TO_DATE &lt;BR /&gt;PROTECTIONRULE_DESCR&lt;BR /&gt;REGIONAL_PROTECTION&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;define BIRDSPECIES_NAME_DESCRIPTION / display ;&lt;BR /&gt;DEFINE PROTECTIONRULE_DESCR /DISPLAY;&lt;BR /&gt;DEFINE REGIONAL_PROTECTION /DISPLAY;&lt;BR /&gt;define TO_DATE/ display ;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Sep 2021 12:37:20 GMT</pubDate>
    <dc:creator>dipand</dc:creator>
    <dc:date>2021-09-24T12:37:20Z</dc:date>
    <item>
      <title>how to resize images to be included in a pdf export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770174#M244314</link>
      <description>&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large XcVN5d tw-ta" dir="ltr" data-placeholder="Translation"&gt;&lt;SPAN class="Y2IQFc"&gt;Hello to all,
the client I work for asks for the possibility of having certain information in a pdf file, including a series of images.
My problem is that at the moment I can't resize the images to insert because some of them are very large.
Can you help me?&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 09:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770174#M244314</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-09-24T09:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to resize images to be included in a pdf export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770182#M244318</link>
      <description>&lt;P&gt;Please post the code as text using the appropriate icon, and post images as such.&lt;/P&gt;
&lt;P&gt;Have you tried this syntax?&lt;/P&gt;
&lt;PRE class="language-sas"&gt;&lt;CODE&gt;ODS text='^{STYLE [preimage=''c:\temp\saslogo.png?height=2cm&amp;amp;width=14cm'']}';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 10:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770182#M244318</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-09-24T10:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to resize images to be included in a pdf export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770186#M244322</link>
      <description>&lt;P&gt;Thanks, i resolved&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 10:18:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770186#M244322</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-09-24T10:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to resize images to be included in a pdf export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770208#M244338</link>
      <description>&lt;P&gt;&lt;SPAN&gt;HELLO, TO BE ABLE TO HAVE ALL THE COLUMNS OF THE SAME SIZE, HOW CAN YOU DO IT? I USE THIS CODE BUT EACH COLUMN TAKES ITS OWN SIZE ACCORDING TO THE LENGTH OF THE VALUE IT CONTAINS ... CAN YOU HELP ME?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CODE:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc report data=ESTRAZIONE_1 ls=150 nowd missing headline spacing=1&lt;BR /&gt;style(REPORT)={frame=box font_face=Arial}&lt;BR /&gt;style(REPORT)={outputwidth=100%&lt;BR /&gt;cellpadding=2pt}&lt;BR /&gt;style(HEADER)={background=#8FBC8F}&lt;BR /&gt;style(COLUMN)={foreground=#000000&lt;BR /&gt;background=WHITE}&lt;BR /&gt;style(column)={cellheight=0.2in};&lt;BR /&gt;column BIRDSPECIES_NAME_DESCRIPTION &lt;BR /&gt;TO_DATE &lt;BR /&gt;PROTECTIONRULE_DESCR&lt;BR /&gt;REGIONAL_PROTECTION&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;define BIRDSPECIES_NAME_DESCRIPTION / display ;&lt;BR /&gt;DEFINE PROTECTIONRULE_DESCR /DISPLAY;&lt;BR /&gt;DEFINE REGIONAL_PROTECTION /DISPLAY;&lt;BR /&gt;define TO_DATE/ display ;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 12:37:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770208#M244338</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-09-24T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to resize images to be included in a pdf export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770358#M244401</link>
      <description>&lt;P&gt;Something like&lt;/P&gt;
&lt;PRE&gt;define BIRDSPECIES_NAME_DESCRIPTION / display style(column)=[cellwidth=.5in] ;&lt;/PRE&gt;
&lt;P&gt;specifies the width for a particular column. Repeat as needed. You can use other units of measure such as CM or MM if you don't like inches.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the total of the column widths exceeds your page width SAS will adjust something and may not look quite as desired.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 21:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770358#M244401</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-24T21:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to resize images to be included in a pdf export</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770572#M244490</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for your suggestion&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 05:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-resize-images-to-be-included-in-a-pdf-export/m-p/770572#M244490</guid>
      <dc:creator>dipand</dc:creator>
      <dc:date>2021-09-27T05:50:12Z</dc:date>
    </item>
  </channel>
</rss>

