Download v1.02  1.23mb
Download Link 1


Other Products Available
Menu Links
News

Buy / Register
Trial Restrictions

Full Features List
Known Issues/Bugs
Forum
Contact

Main Features
1. Supports Windows 95, 98, ME, NT4, Windows 2000, XP, Vista, 2003, Windows 7 & 2008.
2. Counts Pages in TIFF Files.
3. Full installer
4. Written in VC++ for ultimate speed
5. Example ASP, VB, .NET, PHP, VC++ & ColdFusion usage code included.

What's new ?
v1.02
25th September 2006
1. added extra TIFF type to supported

 

What is TIFF Page Counter COM Component ?

Download the evaluation trial here

TIFF Page Counter COM Component is for ASP, Cold Fusion, VB, .NET, PHP, VC and other languages.

The com component will quickly tell you how many pages are in a TIFF file, ideal for web sites that serve TIFF content.
Example .asp, vb, .NET, VC++, PHP & ColdFusion code included

simple ASP example of usage:-

Set Obj = Server.CreateObject("TIFFPAGECOUNTCOM.CTIFFPageCount.1")
dim pages 
pages = Obj.GetPages("C:\yourtiff.TIF" )
 

simple VC++ example of usage:-

TIFFPAGECOUNTCOMLib::ICTIFFPageCountPtr *pc = NULL;

struct __declspec(uuid("{636CD4EF-6AFB-4707-98D0-8D2A26FA2241}")) IClass;
pc = new TIFFPAGECOUNTCOMLib::ICTIFFPageCountPtr( __uuidof(IClass) );
long pages = (*pc)->GetGetPages((char *)(_bstr_t)"C:\\yourtiff.TIF");


simple VB example of usage:-

Dim obj As TIFFPAGECOUNTCOMLib.CTIFFPageCount
Set obj = New TIFFPAGECOUNTCOMLib.CTIFFPageCount

dim pages
pages = obj.GetPages("C:\yourtiff.TIF")


simple ASP .NET using C# example of usage:-

TiffPageCountCom.CTIFFPageCount pc = new TiffPageCountCom.CTIFFPageCount();
int pages = pc.get_GetPages("C:\\yourtiff.TIF");


simple ColdFusion example of usage:-

<cfobject action = "Create" type = "COM" class = "TIFFPAGECOUNTCOM.CTIFFPageCount" name = "Obj">
<cfoutput>Filename: #filename# : #Obj.GetPages( "C:\yourtiff.TIF" )# Pages.</cfoutput>
 

simple PHP example of usage:-

$Obj = new COM("TIFFPAGECOUNTCOM.CTIFFPageCount");
$pages = $Obj->GetPages("C:\\yourtiff.TIF");

TIFF Page Counter COM Component

 

Supports all the TIFF versions

 

Written in C++ for optimum speed

 

Supports all main Languages that support COM

 

ASP, VC, VB, ASP .NET, Coldfusion, PHP

 

Examples included in all those languages.

 

Can also run on 64bit machines in 32bit mode.