[SalesForce] Custom visual Force page in customer portal

I'm creating a custom visual force page to download files stored in salesforce "Content".

This page will be included in the customer portal.

Do you know if the portal user (after the login) will be able to download the content's file without purchase features?
i have found .
http://na15.salesforce.com/help/doc/en/customer_portal_content.htm

but it isn't clear for me. I don't want all the content feautures in a tab.I want just to create links to download files stored in salesforce content.

Thanks in advantage for any advice.

BR

Best Answer

Yes, customer portal users can download without having a content feature license. They do need the "View Content on Portals" user permission, however. But then as long as you provide the right link in your custom VF page, they should be good to go. We've done similar in custom portals. The format for the link is:

https://[yoursubdomain].secure.force.com/sfc/servlet.shepherd/version/download/[ContentVersionId]?asPdf=false&operationContext=CHATTER