[TYPO3] pdf_generator2 printlink

Bartosz Aninowski bart at sonik.pl
Thu Apr 6 08:13:13 CEST 2006


> 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
}





More information about the TYPO3-english mailing list