Hi Richard,
Thank you for your reply.
As I mentioned I have tried with media library selection and used following code in my repeater transformation
<tr>
<td>Link to PDF: <a href="<%# GetFileUrl("PDF") %>">Download PDF</a></td>
</tr>
then I m getting the error.
But if I used file upload option this code will work without issue, the only issue is file upload does allow only to load document from desk top not from the media library.
Thanks.