On line guide/help
You are on page 13 of the online help. Navigate sequentially through the guide pages or search for a topic of interest to you.
Index Prev. NextGenerate output
Create output PDF file
At the end of the process, to generate the output file, you need to use the output section
Output
This section defines where to send the output (typically a PDF file) and the file name. The file name can be made dynamic using variables.
Elements / attributes of the <output> element:
<dest> (or <destination>) Defines the output destination. Possibile values:
I Send the file inline to the browser (default). The plug-in is used if available. The name given by name is used when one selects the "Save as" option on the link generating the PDF.
D Send to the browser and force a file download with the name given by name.
F Save to a local server file with the name given by name.
S Return the document as a string (name is ignored).
FI Equivalent to F + I option
FD Equivalent to F + D option
E Return the document as base64 mime multi-part email attachment (RFC 2045)
<name> (or <filename>) The name of the file when saved (option). If not set, the default name "document YYYYMMDD hhmmss.pdf" will be used where YYYMMDD represents the current date and hhmmss represents the current time.
<isUTF8> Define if fle internal encoding if UTF8 or not (UTF8 is recommended). At the moment this configuration is not yet used/implemented and therefore this element may be undeclared.
Basic output section example