Permalink
Cannot retrieve contributors at this time
docassemble/docassemble_base/docassemble/base/data/questions/examples/document-variable-name-link.yml
Go to file
21 lines (21 sloc)
429 Bytes
metadata: | |
title: Documents as links | |
documentation: "https://docassemble.org/docs/documents.html#variable name" | |
example start: 1 | |
example end: 2 | |
--- | |
attachment: | |
filename: Hello_World | |
variable name: my_file | |
content: | | |
Hello, world! | |
--- | |
mandatory: True | |
question: | | |
All done. | |
subquestion: | | |
You can download your document in | |
[PDF](${ my_file.pdf.url_for() }) | |
or | |
[RTF](${ my_file.rtf.url_for() }) | |
format. |