The easiest way to deploy PDF in Tridion 2011

What options do I have for deploying a PDF group to be viewed using a taxonomy-based search page? My options are:

1) Add each PDF to the page using component presentation

2) Write C # TBB to output them.

I do not like option 1, because pdf links will be displayed only when the user searches for them. So I stayed with option 2, right? Just add a TBB page whose sole purpose is to publish PDF and metadata?

UPDATE:

I have added DWT TBB with the following line (pay attention to extra @@) and my PDF will publish.

link

+5
source share
2 answers

(CT), " ", (DCP). , PDF Linked Schemas CT.

PDF - DWT, :

<a href="" tridion:href="@@Component.ID@@" tridion:type="binary">link</a> 

, TBB.

PDF , , Multimedia Component API .

+15

PDF- . PDF Multimedia , (.. ). PDF , , API .

+10

All Articles