Wiki source code of PDF Object Embed
Version 1.1 by teamwire001 on 2020/12/04 12:57
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 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}} |