EmbedFile function
Applies to JungleDocs for SharePoint 2010-2019.
For JungleDocs for Office 365 tutorials, click here.
This article describes the formula syntax and usage of the EmbedFile function in JungleDocs.
Description
Embeds a document from a SharePoint library.
Syntax
EmbedFile()
Remarks
- To work properly, the EmbedFile function needs to refer to either a specific document or a document library. Therefore, it can only be used in conjunction with another function, such as GetItemByUrl or GetView (see example).
- The function supports almost all Microsoft Office document formats and PDF files.
- You can open or edit the embedded file by double-clicking the file icon.
Example
In the example below, EmbedFile is added in a content control set on a table cell, while another content control, containing the GetView function, is set on the whole row and refers to a specific SharePoint folder.
And here's the result: