0 Votes

Changes for page View File Macro

Last modified by Ryan C on 2025/04/30 07:54

From version 13.1
edited by Ryan C
on 2025/04/15 21:18
Change comment: There is no comment for this version
To version 11.1
edited by Ryan C
on 2025/04/15 21:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,4 +14,22 @@
14 14  
15 15  = Example Usage =
16 16  
17 +Thumbnails side by side:
17 17  
19 +{{view-file display="thumbnail" name="Test.ppt"/}} {{view-file display="thumbnail" name="TestPDF.pdf"/}}
20 +
21 +Or standalone:
22 +
23 +{{view-file name="Test.ppt"/}}
24 +
25 +In a paragraph: {{view-file name="Test.ppt"/}}
26 +
27 +
28 +Full PDF:
29 +
30 +{{view-file display="full" name="TestPDF.pdf"/}}
31 +
32 +Full Presentation:
33 +
34 +{{view-file display="full" name="Test.ppt"/}}
35 +