User281315223 posted
I have Pdf file on Server . I want to print it through Crystal Reports.
Are you trying to inject it into a report? Is there any specific reason for not just serving the PDF directly from disk (e.g. get file, write it to the response, etc.) similar to
this approach?