<?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: Page Control objects in PDF in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819002#M34703</link>
    <description>&lt;P&gt;Sorry for not being very clear, screenshot attached, these "Controls objects" (encircled) in the page control section that filters out the entries in the data set in the graphs and other objects, is that possible to show in the pdf generated? I just wanted to add that to the pdf instead of taking screenshots. Reason being, I have to show that my report pages are interactive without having to access the report online inside SAS Viya.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Genoa_0-1655594109402.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72419iBA7769C60CD9C05F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Genoa_0-1655594109402.png" alt="Genoa_0-1655594109402.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Jun 2022 23:19:26 GMT</pubDate>
    <dc:creator>Genoa</dc:creator>
    <dc:date>2022-06-18T23:19:26Z</dc:date>
    <item>
      <title>Page Control objects in PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/818947#M34693</link>
      <description>&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to add or show the page controls (buttons, sliders..etc) to the report pdf. I need to show the interactivity of my report.&lt;/P&gt;&lt;P&gt;Any info is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 02:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/818947#M34693</guid>
      <dc:creator>Genoa</dc:creator>
      <dc:date>2022-06-18T02:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Page Control objects in PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/818949#M34694</link>
      <description>&lt;P&gt;PDF reports are static and don't have interactive buttons and sliders that change what you see, at least in my experience.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 03:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/818949#M34694</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-18T03:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Page Control objects in PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/818957#M34697</link>
      <description>&lt;P&gt;Thanks for the reply, Yes I do understand that pdf reports are static by nature, all I just wanted to show are the actual page controls printed on the pdf pages, not clickable or anything like that and not in reality interactive..&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 06:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/818957#M34697</guid>
      <dc:creator>Genoa</dc:creator>
      <dc:date>2022-06-18T06:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Page Control objects in PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/818965#M34698</link>
      <description>&lt;P&gt;Can you post a picture to illustrate your questiono?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file='c:\temp\temp.pdf';
options nodate nonumber;
title j=l 'xxxxxx' j=r 'Page (*ESC*){thispage} of (*ESC*){lastpage}';
proc report data=sashelp.stocks(obs=100) nowd;run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1655545734607.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72409iF92FB3458808B183/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1655545734607.png" alt="Ksharp_0-1655545734607.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 09:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/818965#M34698</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-06-18T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Page Control objects in PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819002#M34703</link>
      <description>&lt;P&gt;Sorry for not being very clear, screenshot attached, these "Controls objects" (encircled) in the page control section that filters out the entries in the data set in the graphs and other objects, is that possible to show in the pdf generated? I just wanted to add that to the pdf instead of taking screenshots. Reason being, I have to show that my report pages are interactive without having to access the report online inside SAS Viya.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Genoa_0-1655594109402.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72419iBA7769C60CD9C05F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Genoa_0-1655594109402.png" alt="Genoa_0-1655594109402.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 23:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819002#M34703</guid>
      <dc:creator>Genoa</dc:creator>
      <dc:date>2022-06-18T23:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Page Control objects in PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819005#M34704</link>
      <description>&lt;P&gt;Not quite true. You can embed Javascript objects within PDF documents so can embed a dashboard or interactive graphics within PDFs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=Z5bdBeFwNCU" target="_blank"&gt;https://www.youtube.com/watch?v=Z5bdBeFwNCU&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jun 2022 03:51:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819005#M34704</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-19T03:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Page Control objects in PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819014#M34707</link>
      <description>As Reeza , I don't think it is true either. But I am not familiar with Viya. Maybe &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; know something.</description>
      <pubDate>Sun, 19 Jun 2022 08:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819014#M34707</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-06-19T08:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Page Control objects in PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819065#M34708</link>
      <description>Hi:&lt;BR /&gt;  It's still not clear to me what you want to do? You want to create a PDF file that shows a picture of the control objects or you want the actual Viya/VA Control objects placed in the PDF? Placing an image in the PDF file is do-able, but it would be fairly clear that it was just a screen shot of the image. I think you may really need to work with SAS Tech Support. When you do a report inside VA (for example) and you print the report to PDF, the Visual Analytics report looks like a regular PDF file without any of the Viya controls in the file. I think this is a case where you need to provide a lot more context of EXACTLY what you want to do and the environment in which you're working and the purpose of embedding or showing controls like this in a PDF file.&lt;BR /&gt;Cynthia</description>
      <pubDate>Sun, 19 Jun 2022 16:50:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Page-Control-objects-in-PDF/m-p/819065#M34708</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-06-19T16:50:11Z</dc:date>
    </item>
  </channel>
</rss>

