February 3, 2006 at 7:49 am
Hello,
I have a very stange problem with Pdf stored in a Sql Serve 2000 Blob Field.
The purpose of my job is to extract File from a Blob field to store them in a file directories.
the file stored in the Db are upload of a web Application made by user.
I extract them using a C# Program and store them in a hierarchy.
The documents are Office Documents, Pdf files, Images ...
I can open without problem office document but when i try to open a pdf file Acrobat Reader tells me that the file has been corrupted or is not in the good format.
I thought maybe it was an encoding problem but whatever encoding i use, it doesn't work.
has anyone an idea on this subject ??
thank you
February 6, 2006 at 8:00 am
This was removed by the editor as SPAM
February 7, 2006 at 7:52 am
I have maybe the answer to my problem,
in my .net program, I Encode (in Unicode)the binary I retrieved from the DB
I think it's wrong...
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply