ez.no / exponential / documentation / reference / template functions / gui / content_pdf_gui
{content_pdf_gui content_object=$contentObject [ parameter=$value [ ... ] ] }
| Name | Type | Description | Required |
|---|---|---|---|
| content_object | object | The content object. | Yes. |
| other parameters | mixed | Parameters passed to the GUI template. | No. |
The code for generating PDF from content object.
Generate PDF code for the content object. You must supply the content_object parameter. View is a reserved parameter. Any other parameters are passed on as template variables.
Generate PDF code for content object $myObject.
{content_pdf_gui content_object=$myObject}
Comments