<?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: Unable to load image- ods pdf in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583311#M75720</link>
    <description>&lt;P&gt;That depends on your set up. If they've given you permissions to install extensions you should be fine - most places I've worked have had that feature locked down though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/213838"&gt;@new_sas_user_4&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am working on SAS EG version 6.1&lt;/P&gt;
&lt;P&gt;I dont see the Copy files option under Tasks--&amp;gt;Data&lt;/P&gt;
&lt;P&gt;can I install it by any chance?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 19:27:51 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-08-22T19:27:51Z</dc:date>
    <item>
      <title>Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583217#M75704</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below is a snapshot of my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let report_dir = %sysfunc(pathname(work));options missing = '';&lt;BR /&gt;ods escapechar = "^";&lt;/P&gt;&lt;P&gt;ods pdf file="&amp;amp;report_dir/Report.pdf" pdftoc=1 startpage=yes bookmarklist=hide;&lt;/P&gt;&lt;P&gt;Title j=l "^{style[preimage='C:\Pre\B2.png']}";&lt;BR /&gt;footnote j=r "^{style[preimage='C:\Pre\B.png']}";&lt;BR /&gt;footnote2 j=c font='Arial' h=12pt "Report for Quarter1";&lt;/P&gt;&lt;P&gt;ods pdf startpage=now;&lt;BR /&gt;ods proclabel 'Cover Page';&lt;/P&gt;&lt;P&gt;proc odstext;&lt;BR /&gt;p;p;p;p;&lt;BR /&gt;p "Report"/ style=[font=(Arial, 30pt) foreground=black just=c font_weight=bold];&lt;BR /&gt;p;p;p;p;p;p;p;p;p;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf startpage=now;&lt;BR /&gt;footnote;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods proclabel ="Summary" ;Title j=c font='Arial' h=18pt "Summary";%summary_pg(PAGE1);&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My pdf is created in the way I want, but the cover page comes out with &lt;STRONG&gt;?&lt;/STRONG&gt; on the top left and bottom right with the below error in the log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unable to load image C:\Pre\B.png; default image will be used instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where should I save my image such that SAS is able to retrieve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 16:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583217#M75704</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-22T16:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583222#M75705</link>
      <description>Are you running on a server? Does your computer have access to the C drive? Can you post the exact error message from the log? There's usually other indications in there that will illustrate what the cause of the issue is.</description>
      <pubDate>Thu, 22 Aug 2019 15:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583222#M75705</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-22T15:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583226#M75706</link>
      <description>&lt;P&gt;I have a excel file saved on my C: drive which I import at the beginning so I assume SAS can access my C: drive.&lt;/P&gt;&lt;P&gt;I am running on a BI_Server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unable to load image C:\Pre\B.png; default image will be used instead. (&amp;lt;--- the entire message)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 15:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583226#M75706</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-22T15:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583231#M75707</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/213838"&gt;@new_sas_user_4&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Below is a snapshot of my code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let report_dir = %sysfunc(pathname(work));options missing = '';&lt;BR /&gt;ods escapechar = "^";&lt;/P&gt;
&lt;P&gt;ods pdf file="&amp;amp;report_dir/Report.pdf" pdftoc=1 startpage=yes bookmarklist=hide;&lt;/P&gt;
&lt;P&gt;Title j=l "^{style[preimage=&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;'C:\Pre\B2.png'&lt;/FONT&gt;&lt;/STRONG&gt;]}";&lt;BR /&gt;footnote j=r "^{style[preimage=&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;'C:\Pre\B.png'&lt;/FONT&gt;&lt;/STRONG&gt;]}";&lt;BR /&gt;footnote2 j=c font='Arial' h=12pt "Report for Quarter1";&lt;/P&gt;
&lt;P&gt;ods pdf startpage=now;&lt;BR /&gt;ods proclabel 'Cover Page';&lt;/P&gt;
&lt;P&gt;proc odstext;&lt;BR /&gt;p;p;p;p;&lt;BR /&gt;p "Report"/ style=[font=(Arial, 30pt) foreground=black just=c font_weight=bold];&lt;BR /&gt;p;p;p;p;p;p;p;p;p;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods pdf startpage=now;&lt;BR /&gt;footnote;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods proclabel ="Summary" ;Title j=c font='Arial' h=18pt "Summary";%summary_pg(PAGE1);&lt;/P&gt;
&lt;P&gt;ods pdf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My pdf is created in the way I want, but the cover page comes out with &lt;STRONG&gt;?&lt;/STRONG&gt; on the top left and bottom right with the below error in the log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;ERROR: Unable to load image C:\Prepaid\B.png; default image will be used instead.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where should I save my image such that SAS is able to retrieve it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The section of your message that I highlighted in blue is on one of the reasons we say to copy the code and messages from the log and paste them into a code box opened with the {I} or "running man" icons. The box will preserve formatting and indicate what was actually in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you look at the code I highlighted in RED you can see that the "code" does not conform to the error message. The error message says that you were attempting to use files in the directory C:\Prepaid but the code shows C:\Pre. So at this point we really can't tell what else you may have submitted that is not in your shown code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Understanding your environment, server vs local install, and paths and permissions are important.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 15:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583231#M75707</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-22T15:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583235#M75709</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/213838"&gt;@new_sas_user_4&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have a excel file saved on my C: drive which I import at the beginning so I assume SAS can access my C: drive.&lt;/P&gt;
&lt;P&gt;I am running on a BI_Server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Unable to load image C:\Pre\B.png; default image will be used instead. (&amp;lt;--- the entire message)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's not necessarily true - it depends on how you imported the file. If you did it via the GUI rather than code it could very well be that SAS cannot see your C drive. In that case the 'import step' actually includes an upload step to upload the data to the server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 15:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583235#M75709</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-22T15:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583244#M75711</link>
      <description>&lt;P&gt;Yea, I do use the File--&amp;gt; Import option to import the excel file, thanks for explaining that!&lt;/P&gt;&lt;P&gt;Is there a way I can save the image on the server then ?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 16:01:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583244#M75711</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-22T16:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583246#M75713</link>
      <description>&lt;P&gt;I am sorry,&lt;/P&gt;&lt;P&gt;the error message is :&lt;SPAN&gt;ERROR: Unable to load image C:\Pre\B.png; default image will be used instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I modified the name of the folder under C: before posting.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 16:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583246#M75713</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-22T16:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583264#M75715</link>
      <description>Depends on your setup and installation - likely a better question for a colleague or someone in your company. FYI - if you have a SAS server you likely have other SAS users you can talk to - find out who they are &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 22 Aug 2019 16:53:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583264#M75715</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-22T16:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583285#M75717</link>
      <description>&lt;P&gt;So, I have to find a way to save the image on the server or a drive that SAS can access ....right?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 18:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583285#M75717</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-22T18:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583287#M75718</link>
      <description>&lt;P&gt;If you're using SAS Enterprise Guide to run your code on a remote server, it won't be able to see your C: drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You&amp;nbsp;&lt;STRONG&gt;can&lt;/STRONG&gt; copy the image files to the server (say, to the&amp;nbsp;&lt;STRONG&gt;%sysfunc(pathname(work))&lt;/STRONG&gt;&amp;nbsp;folder) by using the Copy Files task in EG.&amp;nbsp; And then change your program code to reference the images from there.&amp;nbsp; Make sure the Copy Files task runs before your program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Copy Files task accepts macro variables/functions as path/filename descriptors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 18:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583287#M75718</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-08-22T18:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583301#M75719</link>
      <description>&lt;P&gt;I am working on SAS EG version 6.1&lt;/P&gt;&lt;P&gt;I dont see the Copy files option under Tasks--&amp;gt;Data&lt;/P&gt;&lt;P&gt;can I install it by any chance?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 18:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583301#M75719</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-22T18:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583311#M75720</link>
      <description>&lt;P&gt;That depends on your set up. If they've given you permissions to install extensions you should be fine - most places I've worked have had that feature locked down though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/213838"&gt;@new_sas_user_4&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am working on SAS EG version 6.1&lt;/P&gt;
&lt;P&gt;I dont see the Copy files option under Tasks--&amp;gt;Data&lt;/P&gt;
&lt;P&gt;can I install it by any chance?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 19:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583311#M75720</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-22T19:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583323#M75721</link>
      <description>&lt;P&gt;Steps &lt;A href="https://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/" target="_self"&gt;to install are in this blog post&lt;/A&gt;.&amp;nbsp; You will need to download a ZIP, copy a DLL into your user profile area, and probably change a security flag on that DLL (all doc'd in the ZIP file instructions).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The task is built into EG v7.13 and later.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 19:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583323#M75721</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-08-22T19:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583449#M75724</link>
      <description>&lt;P&gt;Thanks Chris!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did copy the SAS.tasks.CopyFiles61.dll to the custom folder but can't see it(under Add-in) when I reopen my SAS session &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 12:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583449#M75724</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-23T12:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583467#M75725</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/213838"&gt;@new_sas_user_4&lt;/a&gt;&amp;nbsp;- Did you &lt;A href="https://blogs.sas.com/content/sasdummy/2013/05/19/unblocking-custom-task-dlls/" target="_self"&gt;complete this step after copying the file&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 13:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583467#M75725</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-08-23T13:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583487#M75727</link>
      <description>&lt;P&gt;Thanks Chris!&lt;/P&gt;&lt;P&gt;I have now completed the step you mentioned above !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let report_dir = %sysfunc(pathname(work));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file="&amp;amp;report_dir/Report.pdf" pdftoc=1 startpage=yes bookmarklist=hide;&lt;BR /&gt;Title j=l "^{style[preimage=&amp;amp;report_dir/B.png]}";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and get the error :&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, !, @, DYNAMIC, EXPRESSION, RESOLVE, SYMGET, _UNDEFINE_,&lt;BR /&gt;_UNDEF_, _UND_, |.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 14:30:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583487#M75727</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-23T14:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583505#M75728</link>
      <description>&lt;P&gt;Try wrapping the preimage value in extra quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar='^';
ods pdf file="&amp;amp;report_dir./Report.pdf" pdftoc=1 startpage=yes bookmarklist=hide;

Title j=l "^{style[preimage=""&amp;amp;report_dir./B.png""]}";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Aug 2019 15:11:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583505#M75728</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-08-23T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load image- ods pdf</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583508#M75729</link>
      <description>&lt;P&gt;Worked like a charm!!&lt;/P&gt;&lt;P&gt;Thanks a ton for your patience and help!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 15:14:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-load-image-ods-pdf/m-p/583508#M75729</guid>
      <dc:creator>new_sas_user_4</dc:creator>
      <dc:date>2019-08-23T15:14:15Z</dc:date>
    </item>
  </channel>
</rss>

