Displaying the Individual Pages of a Multipage TIFF in Cold Fusion

This demo uses the csImageFile COM object in Cold Fusion to open a TIFF image and display a specified page. The code and formatting has been kept simple to make it easier to see how to use the component

The links below allow the user to navigate to the first, previous, next and last pages. The current page number and the total number of pages is shown, and our test image also displays the number for each page.

Page Number: 1 of 5

First

Previous

Next

Last

The example code can be downloaded but you must also have the trial csImageFile component installed for it to run. Here are the files.

Download the trial csImageFile component - csift.zip (4.3 MB)

The CFM files for the demo - tifdemocf.zip (3 KB)

Click Here for a description of the demo code.