Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I return a PDF document using ASP
Message
 
 
To
18/11/2001 21:15:18
Scott Butts
Ims Specialty Services
Twin Falls, Idaho, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00583294
Message ID:
00583297
Views:
23
This message has been marked as the solution to the initial question of the thread.
>does anyone have a simple sample of some asp code to read a pdf document from the hard drive and send it back to the browser? I have tried but it keeps says tha the document is currupt and can't be repaired.
>
>I set the contenttype to application/pdf and read the file from the hard drive using the Scripting.FileSystemObject and a call to OpenTextFile and ReadAll on the object returned after opening the file. I tried to post the code but kept doing something incorrect and it wasn't accepted. The last thing I do is a Response.write() the result of the ReadAll.
>
>Anyone have any suggestions? I have been looking all over the place and can't seem to find any code that will help me complete this simple task.

Does this help? The solution appears to be Response.BinaryWrite()
http://support.microsoft.com/support/kb/articles/Q193/9/98.ASP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform