<?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: No toolbar with print option in embed in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568753#M2332</link>
    <description>&lt;P&gt;Can you recommend an alternate solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or I notice that inspecting the embed there is a png preview of the file, is there anyway to access that as that would allow me to create a javascript button to print that png which would be sufficient.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2022 18:33:10 GMT</pubDate>
    <dc:creator>hattmall</dc:creator>
    <dc:date>2022-01-06T18:33:10Z</dc:date>
    <item>
      <title>No toolbar with print option in embed</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568609#M2330</link>
      <description>&lt;P&gt;When using the embed javscript to include a shared PDF in my page the toolbar that appears at the bottom only has the zoom in our out options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anyway to include the full toolbar that includes print options like what is seen when directly clicking preview in dropbox?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My users need to be able to print from the embedded files without having to open each in a separate window.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 07:25:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568609#M2330</guid>
      <dc:creator>hattmall</dc:creator>
      <dc:date>2022-01-06T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: No toolbar with print option in embed</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568713#M2331</link>
      <description>&lt;P&gt;Unfortunately, the Dropbox Embedder doesn't have an option for that, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 14:40:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568713#M2331</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-06T14:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: No toolbar with print option in embed</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568753#M2332</link>
      <description>&lt;P&gt;Can you recommend an alternate solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or I notice that inspecting the embed there is a png preview of the file, is there anyway to access that as that would allow me to create a javascript button to print that png which would be sufficient.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 18:33:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568753#M2332</guid>
      <dc:creator>hattmall</dc:creator>
      <dc:date>2022-01-06T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: No toolbar with print option in embed</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568756#M2333</link>
      <description>&lt;P&gt;I can't offer any other solutions using the Embedder unfortunately. You can find all of the supported options for the Embedder in &lt;A href="https://www.dropbox.com/developers/embedder" target="_self"&gt;the Embedder documentation&lt;/A&gt;, but unfortunately there's nothing for programmatically enabling a print button or accessing the embedded content like that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need more control over the integration, you could use &lt;A href="https://www.dropbox.com/developers/embedder%20https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;the Dropbox API&lt;/A&gt; instead (such as &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_self"&gt;/2/files/download&lt;/A&gt;), but that would be substantially more work.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 18:48:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568756#M2333</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-06T18:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: No toolbar with print option in embed</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568762#M2334</link>
      <description>&lt;P&gt;Ok, thank you, I got it working by changing the ending of the shared link to raw=1 and putting it in an iframe. The files now render in the browser and a print button can be made with JS. Perhaps this only works because the files are PDF, but it fits my needs.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 19:17:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/No-toolbar-with-print-option-in-embed/m-p/568762#M2334</guid>
      <dc:creator>hattmall</dc:creator>
      <dc:date>2022-01-06T19:17:08Z</dc:date>
    </item>
  </channel>
</rss>

