I need a suggestion on a way to view a PDF files on my web site
I have a simple web site that display PDF maps of oil Seismic data.
All I need is to have a map pop up in a new browser window, be displayed correctly and have nice zoom and pan features.
It also has to have the same interface on all browsers. I can not ask users to install a plug in.
So I am thinking about using the Adobe PDF SDK using c# and dot net.
The SDK is really expensive for my 50 views a month.
But it seems like it would solve my problem nicely? Some of the other cheaper libraries I have tried just don't make it.
Does any one another suggestion or direction I can research
The maps are on the web.
Is there a web service or web page somewhere I could send a request or query string to and have it return or display my map?
Thanks
Rex