[TYPO3] pdf_generator2 printlink

Robert Markula robert.markula at gmx.net
Thu Apr 6 20:52:02 CEST 2006


Bartosz Aninowski wrote:
>> In our web project, we have a sidebar with "service-links" like "print
>> page", "tip a friend", "Bookmark page" etc. The sidebar is a special 
>> column in the BE which gets inherited on all subpages (using 
>> kb_content_slide).
>> We would like to include the PDF-link in this sidebar. Is this possible 
>> yet? E.g. the tip-a-friend extension has an own content element which is 
>> only responsible for printing the tip-a-friend link, so it is easily 
>> possible to assign this content element to the appropriate BE column.
>>
> 
> what about this?
> 
> lib.pdf_link =  TEXT
> lib.pdf_link {
> postUserFunc = tx_pdfgenerator2->makePdfLink
> postUserFunc.target = _blank
> postUserFunc.no_user_int=1
> value = get PDF
> }

Hi Bartosz,
Stupid question: How do I include the print link in my sidebar with this 
code?

Regards,
Ro



More information about the TYPO3-english mailing list