Hi
I am want to take advantage of the web optimization for pdfs by allowing users to download them a page at a time.
The pdfs are configured for fast web view. I am serving the pdfs from sql server 2008. The c# .net 3.5 web app untilises linq to SQL to load the files into a binary array from the database. The file is opended in PDF reader plugin on the client in IE.
Any help or a shove in the right direction would be greatly appreciated.
Thanks