Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends
I want to create and send dynamic pdf based on scheduled date.
Pick up dates from table and create dynamic pdf report of that date and send it to respective users.

Does anyone have any idea how i can do it ?
Posted
Comments
[no name] 7-Oct-14 7:35am    
Plenty of ideas but that is irrelevant. What have you tried?

1 solution

You really need to be more specific with your question. You should break down what you want and research each bit. Then if you're stuck come back here with more details.

For example, you want to create a dynamic PDF. You can use crystal reports to create a report and then use the .Export feature to change it into a PDF. But there are probably a million other ways that you could accomplish this. So google "asp.net dynamic PDF" and see what you get.

As far as using dates from a table...You have SQL as a tag to your question, but what database are you actually using? And if you are having trouble pulling data or filtering it, you could post a question with your specific SQL statements/code or you could research your specific database's SQL.

Next you want to send this pdf. So you should google "asp.net send email" and see what you get.
 
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