<?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: Insert cgm graph into word in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148677#M5637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many ways to do things in SAS! How did you get your graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 15:50:10 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2014-08-05T15:50:10Z</dc:date>
    <item>
      <title>Insert cgm graph into word</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148673#M5633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the following code to insert graph into word. The inserted picture, shown in Word, was not resized (+220%).&amp;nbsp;&amp;nbsp;&amp;nbsp; I tried changing device=png. the size was right but resolution was too low.&amp;nbsp; Anyone has an idea how to improve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put '[InsertPicture "'"&amp;amp;outdir\xx.cgm"'"]';&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put '[Editgoto "g"]';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put '[CharRight 1,1]'; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put '[Centerpara]'; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put '[FormatPicture .scaleX="220%" .scaleY="220%"]';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put '[FileSaveAs .Name = "' "&amp;amp;outdir\xx..doc" '" .format=0]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 21:10:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148673#M5633</guid>
      <dc:creator>sandyming</dc:creator>
      <dc:date>2014-08-04T21:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cgm graph into word</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148674#M5634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing this is a JMP question. You will have better luck with responses on the JMP forum.&lt;/P&gt;&lt;P&gt;I would guess that when you create the graph in PNG you didn't size it to the desired final size which is generally a better approach then using Word to rescale as then you get issues with resolution and fuzziness.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 22:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148674#M5634</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-08-04T22:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cgm graph into word</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148675#M5635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at ODS option&amp;nbsp; &lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;IMAGE_DPI=&lt;/STRONG&gt;&lt;SPAN class="phrase AAargument" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;dpi&lt;/STRONG&gt; to change the resolution of your graph. - PG&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 01:06:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148675#M5635</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-05T01:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cgm graph into word</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148676#M5636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I did not use ODS statements in the code, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 14:53:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148676#M5636</guid>
      <dc:creator>sandyming</dc:creator>
      <dc:date>2014-08-05T14:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Insert cgm graph into word</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148677#M5637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many ways to do things in SAS! How did you get your graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 15:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-cgm-graph-into-word/m-p/148677#M5637</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-08-05T15:50:10Z</dc:date>
    </item>
  </channel>
</rss>

