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.
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

  LATEST NEWS - 25th September 2006

Now with updated examples for ASP.NET C#, VB, Coldfusion, PHP, VC++ as well as ASP.
Download the evaluation trial here

What is TIFF Page Counter COM Component ?

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");

Save Time with SFV Checker, ensure your multi-volume file archives are complete and accurate!



Correct Naming
 Rename multi- archives on the fly, e.g. Correct file naming for .001, .002, .003 files into .rar, .r00, r01 files.

 



HTML Help
 Full help with walk-thru guide.