Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to download the itext.document pdf which is created dynamically in C# click event

Hello All.

I have created the pdf document dynamically in click event and i want to down load to client

Any help greatly appreciated
Posted

1 solution

It can be downloaded exactly as any other resource — when a user clicks on some anchor and chooses "download" option. Therefore, just generate this anchor in your page in HTTP response. The user initiates downloads, not your code.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900