When i Click a button the.TIFF document must open in browser
thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohamed AbedallahPosted Jan 12, 2017, 1:37 PM
If you want to open them in browser, you have to convert them into a web-friendly format such as (JPEG, PNG or GIF) first at the server-side (.NET code) then pass the new file to the browser.
Keep in mind that the not all TIFF compressions are natively supported under .NET framework.
With LEADTOOLS, loading non web-friendly format in web browsers will be much easier.
For more information see this demo:
http://demo.leadtools.com/JavaScript/Viewer/
Disclaimer: I work for the company that created this library.
Khaja MoizuddinPosted Jan 6, 2017, 12:19 PM