<?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: Enterprise Guide Can't make PDF Embedded Images in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Enterprise-Guide-Can-t-make-PDF-Embedded-Images/m-p/825187#M22985</link>
    <description>&lt;P&gt;Looks like there are some major differences in the graphic-options. Check goption "device", is it set to svg?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc goptions option=device;run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 25 Jul 2022 08:26:17 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2022-07-25T08:26:17Z</dc:date>
    <item>
      <title>Enterprise Guide Can't make PDF Embedded Images</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Enterprise-Guide-Can-t-make-PDF-Embedded-Images/m-p/825183#M22984</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I have a newer position with a company that uses Enterprise Guide (7.12 HF7 (7.100.2.3491) (64-bit)) with SAS 9.4M3.&amp;nbsp; I did not use EG with my previous employer so I'm trying to figure out differences.&amp;nbsp; At the moment I'm having trouble making Enterprise Guide create an image in PDF as a scalable vector graph. Running code I've used before results in a rasterized image instead of a vectorized one. When I run the same code in SAS Studio (which runs on the same Linux servers) I get the expected vector image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;

ods pdf file='location/eg_test.pdf' notoc bookmarkgen=no;
ods graphics /reset outputfmt=static;
proc sgplot data=sashelp.class;
    scatter x=height y=weight;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I ran PROC OPTSAVE and did a comparison between the two but didn't see any significant differences in option settings, and I'm not seeing this issue when searching.&amp;nbsp; Is there something in EG that is preventing the vectorized image?&amp;nbsp; I have the two PDF images below for comparison.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 07:13:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Enterprise-Guide-Can-t-make-PDF-Embedded-Images/m-p/825183#M22984</guid>
      <dc:creator>JeffMeyers</dc:creator>
      <dc:date>2022-07-25T07:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide Can't make PDF Embedded Images</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Enterprise-Guide-Can-t-make-PDF-Embedded-Images/m-p/825187#M22985</link>
      <description>&lt;P&gt;Looks like there are some major differences in the graphic-options. Check goption "device", is it set to svg?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc goptions option=device;run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jul 2022 08:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Enterprise-Guide-Can-t-make-PDF-Embedded-Images/m-p/825187#M22985</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-07-25T08:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide Can't make PDF Embedded Images</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Enterprise-Guide-Can-t-make-PDF-Embedded-Images/m-p/825240#M22988</link>
      <description>Thank you.  I did a comparison of sashelp.voption and sashelp.vgopts as well and didn't see anything significant.  The GOPTION device was set to ACTIVEX.  I tried changing this to SVG and it made the vector graph in PDF successfully.  Thank you!</description>
      <pubDate>Mon, 25 Jul 2022 14:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Enterprise-Guide-Can-t-make-PDF-Embedded-Images/m-p/825240#M22988</guid>
      <dc:creator>JeffMeyers</dc:creator>
      <dc:date>2022-07-25T14:32:40Z</dc:date>
    </item>
  </channel>
</rss>

