Wiki source code of PDF Object Embed

Show last authors
1 This page holds a macro that allows displaying a PDF file inside a wiki page. To use the macro, you can use the following syntax when in wiki edition mode:
2
3 {{code}}
4 {{pdf filename="6.pdf" /}}
5 {{/code}}
6
7 Gives as a result:
8
9 {{pdf filename="6.pdf" width="800px" /}}
10
11 {{velocity}}{{html}}<a href="$doc.getExternalURL('edit', 'editor=object')">EDIT THIS MACRO</a>{{/html}}{{/velocity}}