T
tofu.captain
I have PDFs saved in a SQL 2005 server as BLOBs. I would like to
extract the BLOBs and either:
1. create a PDF file on the hard disk
or
2. open/stream the PDF into the application
I am using a VB.net winform (not a web form).
How would I go about doing this? I use CutePDF to initially convert a
PDF file and store it into the SQL server, but I must purge the PDF
file from the system.
extract the BLOBs and either:
1. create a PDF file on the hard disk
or
2. open/stream the PDF into the application
I am using a VB.net winform (not a web form).
How would I go about doing this? I use CutePDF to initially convert a
PDF file and store it into the SQL server, but I must purge the PDF
file from the system.