I am working on a custom application that generates reports that include hundreds of scanned line drawings. For compact file size, the line drawings are formatted as TIFF files. Ideally the report should be viewable and printable by the recipients without using a special reader. HTML seems like a good choice for easy file generation but most browsers don't have native support for TIFF images. I tried formatting the HTML report to be read with Word, but I could not figure out how to control the dimensions of the embedded TIFF images (when viewed in Word). Any suggestions?