In our project,we have a requirement that states that when some content is published,if it is having links of some URL which are having some document attached to them e.g http://jangra.lalit.jj.com/some/pdf/20070515025950_667.pdf,i need to create special URLs for these attached document so that i can provide these URLs on Front end portal & users can access these document by clicking on these links.Here prerequisite is that, the attached documents are already present in Alfresco repository. Can i get the location of document in alfresco repository in this form:"company home/abc/xyz/123.pdf" where 123.pdf is physically present under "company home/abc/xyz" space in Alfresco .Is there anything available in Alfresco for the same in form of web script or something else so that i can create a modified URL in my JAVA class outside Alfresco with the references what i have got from Alfresco assuming that there is same directory/space structure in both Alfresco as well as on local machine say "company home/abc/xyz/123.doc" directory structure is also available on my local machine.Here the URL http://jangra.lalit.jj.com/some/pdf/20070515025950_667.pdf will be converted into https://lalit.jangra/abc/xyz/attachments/20070515025950_667.pdf