Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

content_pdf_gui

Summary

Outputs the PDF template for a content object (DEPRECATED).

Usage

{content_pdf_gui content_object=object [ view=reserved ] [ parameter=value [ ... ] ]}

Parameters

NameTypeDescriptionRequired
content_object object The target content object. Yes.
view string Reserved for future use. No.
parameter any Parameter(s) that will be passed to the included template. No.

Description

This function shows the PDF interface for a content object. The target object must be specified (as an "ezcontentobject" object) using the "content_object" parameter. The "view" parameter is reserved for future use. All other parameters (of any type) will be passed on and thus become available as template variables in the included template.

Balazs Halasy (20/01/2005 2:19 pm)

Julia Shymova (15/01/2008 1:10 pm)

Balazs Halasy, Julia Shymova


Comments

  • How to export pdf with any node ?

    Please help me.