Expand my Community achievements bar.

Share a pdf presentation

Avatar

Level 2

I want to share a pdf document in one of the rooms. My iframe looks like this:

<!--  NameSpaces -->

xmlns:flexiframe="http://code.google.com/p/flex-iframe/"

<!-- Iframe -->

<flexiframe:IFrame id="docsPdf" width="100%" height="100%" label="Share Documents" source="{}">

</flexiframe:IFrame>

How can I share the pdf presentation?

2 Replies

Avatar

Employee

Currently we don't provide a "content viewer" component, but you can use the FileManager APIs (FilePublisher and FileSubscriber) to upload the file in a shared repository and publish the URL.

Once your clients receive the URL you can display the PDF in your iframe as you would do with a file hosted on your server (or anywhere accessible via HTTP GET)

Avatar

Level 2

Thanks for the quick response.  Do you have an example?