Block Group: | Browser API |
Icon: |
Converts the current component or .dg5
file to HTML, PDF, PNG, or JPG, and either causes the converted file to be downloaded or outputs it as an HTML string or a binary object. If the parent of this dataflow block is the Stage, then the entire page is exported.
For information on using dataflow blocks, see Dataflow.
These properties can take input and give output.
invoke causes the file to be exported. Only works when enabled is set to TRUE.
enabled specifies whether exporting to HTML is enabled.
format specifies the file format to download.
filename specifies a name for the exported file. If blank, the file is returned as an HTML string or binary object in output and is not downloaded.
These properties can give output. They cannot take input.
output returns the contents of the exported file, if no filename is defined.