[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/node/view/ -> execute_pdf.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {* Generate complete PDF file from definition and stream or save it *}
   3  {* Usage:
   4              pdf(execute, $pdf_definition, hash(size, A4,
   5                                             orientation, portrait))
   6  
   7     available sizes: 4A0, 2A0, A0-10, B0-10, C0-10, RA0-4, SRA0-4, LETTER, LEGAL, EXECUTIVE, FOLIO
   8     orientation: portrait, landscape 
   9     
  10  *}
  11  
  12  
  13  {pdf(execute, $pdf_definition, hash( size, A4,
  14                                       orientation, portrait ) )}
  15  
  16  {section show=$generate_stream|eq(1)}
  17    {pdf(stream)}
  18  {/section}
  19  
  20  {section show=$generate_file|eq(1)}
  21    {pdf(close, $filename)}
  22  {/section}


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7