Hi,
We take multipage TIFF files and create an Aspose document by copying each page of the TIFF into a new page of the Aspose document. Once this has completed we save the Aspose document as an MHT format document so that we can render the file in a web application.
We have an issue with mutipage TIFFs when we render them in the web application (in this case viewed in IE8). The problem is that on opening we can only see the last page. On investigation there is nothing wrong with the content of the file but each image tag has the position attribute set to Absolute and this is causing the images to stack. If I remove the attribute from the markup and save the file the file renders correctly.
Is this a bug in Aspose?
Regards
Mike