<?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: SAS/GRAPH: EPSI file format and Acrobat Error. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251666#M9106</link>
    <description>&lt;P&gt;No, my apologies. It was EPSI. I could view it in the other viewers I listed, but not in Acrobat. Based on the support site for Adobe, it appears EPSI is not supported.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2016 22:28:48 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-02-22T22:28:48Z</dc:date>
    <item>
      <title>SAS/GRAPH: EPSI file format and Acrobat Error.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251607#M9102</link>
      <description>&lt;P&gt;Dear Users,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to output my graph image in a *.eps file format.&lt;/P&gt;&lt;P&gt;However, I was getting the ERROR message&amp;nbsp;ERROR: Unsupported image file format for output file.&lt;/P&gt;&lt;P&gt;Therefore, I am using &amp;nbsp;EPSI image&amp;nbsp;format and&amp;nbsp;that ran successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is that when I try to open the *.epsi file using Adobe Acrobat, I am getting an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if there is a way I could output *.eps image format using ODS GRAPHICS, otherwise, please let me know if there is any workaround to get rid of the error showing up while opening it using Adobe Acrobat.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason filename statement and gsfname goptions is not working for me and therefore I am using ods listing gpath.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code and the error are attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;goptions reset=all ftext="Helvetica";
ods listing gpath="&amp;amp;somepath";

ods graphics on/reset=index 
                imagename="XX"                                     
                noborder 
                scale=on
                antialiasmax=1500
                imagefmt=epsi; 

proc sgplot data = XXX noautolegend; 
reg x=xvar y=yvar /markerattrs=(symbol=plus);
quit;    		 
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Feb 2016 19:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251607#M9102</guid>
      <dc:creator>Griffins</dc:creator>
      <dc:date>2016-02-22T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/GRAPH: EPSI file format and Acrobat Error.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251618#M9103</link>
      <description>&lt;P&gt;I took your example and generated a regression plot using the EPS format. I was able to view it on Windows using GhostView without any problems (and using Okular on Linux). However, as you said, Acrobat was not able to read it. If Acrobat is going to be your viewer for this output, can you set the IMAGEFMT to PDF instead, or is EPS a requirement?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 19:50:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251618#M9103</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-02-22T19:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/GRAPH: EPSI file format and Acrobat Error.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251634#M9104</link>
      <description>&lt;P&gt;Dear Dan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying that using the same code that I have used, you were able to generate a *.eps image format file? not *.epsi but just *.eps? I really want to know how, because with Adobe Acrobat, I could open *.eps image format&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 21:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251634#M9104</guid>
      <dc:creator>Griffins</dc:creator>
      <dc:date>2016-02-22T21:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/GRAPH: EPSI file format and Acrobat Error.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251666#M9106</link>
      <description>&lt;P&gt;No, my apologies. It was EPSI. I could view it in the other viewers I listed, but not in Acrobat. Based on the support site for Adobe, it appears EPSI is not supported.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 22:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251666#M9106</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-02-22T22:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/GRAPH: EPSI file format and Acrobat Error.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251705#M9110</link>
      <description>&lt;P&gt;ok, thank you. I presume that we cannot output a *.eps image format with 9.2 and later that cannot be opened in Acrobat, I hope this could be fixed somehow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 03:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-EPSI-file-format-and-Acrobat-Error/m-p/251705#M9110</guid>
      <dc:creator>Griffins</dc:creator>
      <dc:date>2016-02-23T03:00:43Z</dc:date>
    </item>
  </channel>
</rss>

