Click here to Skip to main content
15,915,093 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to show pdf document online.
therefore I require a viewer For Classic ASP

please experts suggest me links for open source pdf viewer and AutoCad file viewer
thanks
:)
Posted
Updated 10-Jan-13 23:28pm
v3

Search with google on: classic asp show pdf

You don't need a pdf file viewer. This is a browser component that recognizes the file type and opens it inside the browser window. The same applies for an autocad file.

Good luck!
 
Share this answer
 
Comments
Aarti Meswania 16-Jan-13 0:31am    
will it display pdf and autocad files on client-browser if they not have pdfviewer or autocad installed?
E.F. Nijboer 16-Jan-13 3:22am    
Then those format aren't the right ones. You could for example convert pdf to flash (http://www.swftools.org/) but that would create a flash dependency. Haven't looked yet, but maybe there are some tools that could convert them to html5.
Aarti Meswania 16-Jan-13 3:28am    
I do not want to convert I just want to display pdf & dwg. files in my web app (developed in core asp)
E.F. Nijboer 16-Jan-13 4:05am    
Then a browser plugin is required. A browser is for displaying html with limited support for embedded resources like images (although chrome has native pdf support), other types will result in a download window. The exception is when a plugin is installed for a specific file/data type. This will be picked up, meaning the browser creates an instance of the registered plugin and delegates the incoming data to it, and will then display it in the browser window.


you can try with the iframe works great
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900