Hi
I need to view a file tiff multipage with a .NET web application.
I use a vbscript with method DisplayFromURL()
The Web application works fine with small files(1 page), but is very slow with files tif more bigger (100 pages).
Probably when I call DisplayFromURL() the file is loaded from Server.
Can I open one page of file tiff without load all file??
Thanks
