Storing and retrieving dynamically created pdf in sql using c#
Posted
by mwright
on Stack Overflow
See other posts from Stack Overflow
or by mwright
Published on 2010-05-20T19:28:09Z
Indexed on
2010/05/20
19:30 UTC
Read the original article
Hit count: 236
I have been playing around with creation of pdf documents for a project that I'm working on. I would like to store the generated pdf document in a SQL database and then later be able to retrieve this pdf as well.
What are some suggestions for doing this? Can the document be stored in the database without physically creating the document on the server?
© Stack Overflow or respective owner