[TYPO3-english] [SOLVED] pdf generator2 gives blank page

Steffen Müller typo3 at t3node.com
Thu Feb 26 18:24:59 CET 2009


Hi.

On 26.02.2009 14:07 J. Bakshi wrote:
> Problem solved.   pdf is generating with type=123  but it is not working
> with the real url version.  So there is no problem in the server. Now I
> have to look into the realurl part.
> 

We use this for RealURL, having simulateStaticPdf turned off in
pdf_generator2 extension config. Drawback: this will limit the pdf
filename to a single name.

'fileName' => array (
  'index' => array(
    'page.pdf' => array(
      'keyValues' => array(
        'type' => 123
      )
    )
  )
)



-- 
cheers,
Steffen

http://www.t3node.com/


More information about the TYPO3-english mailing list