Create PDF files on-the-fly in ASP.NET (Using Crystal Report!) – KaushaL.NET
Create PDF files on-the-fly in ASP.NET (Using Crystal Report!)Here is another requirement (perhaps a common requirement!) I needed to implement in one of on-going project website application. I needed to generate a PDF file as output from the inputs entered by end-user in a form. On Completing the form, end-user should be able to download a PDF file of what they have given the inputs in the form.
I need to generate PDF file in a given format and force the download dialog to let the user save generated PDF save on their/client machine.