|
-
May 16th, 2009, 01:56 AM
#1
Thread Starter
Hyperactive Member
PDF to Binary
I want to store .pdf into image field of sql 2008
and display the same in vb.net without using adobe pdf reader
-
May 16th, 2009, 02:42 AM
#2
Re: PDF to Binary
You can use FileStream to read any file as binary data, or just call File.ReadAllBytes.
iTextSharp will allow you to manipulate PDF files in code but I'm not sure it will render them for you. You could buy some other PDF component but Adobe Reader is virtually ubiquitous so that would be the easiest option.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|