Hi LeannW,
Yes either Live Motion V.1 or V.2 can link to a pdf. In LM version 1, you would use the getURL behaviour:
getURL('file.pdf','_blank');
Just replace with the complete file location on the CD. The '_blank' would be used to open the .pdf in a new window, if that's what you desire.
Hope this helps you.