Hi,
I am currently working with Jquery and angularjs. I wanted to enquire if infragistics have any control which supports displaying the .tiff/.tif document in IE9.
Thank you!
AD
Hello aarti,
Thank you for posting in our forum.
There’s currently no specific control for displaying tiff files.
In general IE can display tiff files defined in img tags. For example:
<img src="Test.tif"></img>
Let me know if there’s any specific functionality you’re after or if you simply want to display the file as an image.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://es.infragistics.com/support
hello Maya,
this do display tiff documents but does not support multipage tiff documents. I have multipage tiff documents, is there any work around to display them.
Thanks
Hello aarti ,
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Developer Support Engineer
http://www.infragistics.com/support
Browsers don’t provide a way to display multipage Tiff documents out of the box.
There are however ways to extract the separate pages as images and display them in a browser. A similar approach is suggested here:
http://www.codeproject.com/Articles/64146/ASP-NET-Multipage-TIFF-Viewer-with-Thumbnails