[SalesForce] Access Document(pdf or doc) without Salesforce login

I have 3 Document records with pdf, word document & image respectively. I need to show the files outside Salesforce(i.e without salesforce login). All of the records have 'Externally Available Image' checked.

Now using the URL – https://c.ap1.content.force.com/servlet/servlet.ImageServer?id=01590000009hxW6&oid=00D90000000w5zN&lastMod=1442409870000 I am able to open the image file, but forming a similar URL for Pdf or word document is not helping. Its redirecting me to the salesforce login page.

Any idea how should I approach for pdfs & word documents? And why is it working for images but not for pdfs?

Best Answer

An easier approach would be to use Chatter Files.
When you upload a file to chatter, you have an option to Share via Link. That link is publically available.

E.g. the 2 links below are from my Dev Org.

Word Document

PDF Document

An added advantage is that you can preview the file before downloading.

Related Topic