Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product. (1 is default)
Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com If The Coupon Code Not Available Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating: Excellent (/5)
Your Rating:
Traction Software Awards
Product Details
PDF 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 pdf file without the need for acrobat, ideal for web sites that serve pdf content. It will also tell you if the file has security flags set: Encrypted, Allows Print, Allows Copy, Allows Change & Allows Add Notes, can also check password protected files if you have the password. Example .asp, vb, .NET, ColdFusion, PHP & VC++ code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("PDFPAGECOUNT.PDFPages.1") dim pages pages = Obj.GetPages("C:\yourpdf.pdf" )
simple VC++ example of usage:-
PDFPAGECOUNTLib::IPDFPagesPtr *pc = new PDFPAGECOUNTLib::IPDFPagesPtr( __uuidof(PDFPAGECOUNTLib::PDFPages) );
long pages = (*pc)->GetGetPages(_T("C:\\yourpdf.pdf"));
simple VB example of usage:-
Dim obj As PDFPAGECOUNTLib.PDFPages Set obj = New PDFPAGECOUNTLib.PDFPages
dim pages pages = obj.GetPages("C:\yourpdf.pdf")
simple ASP .NET using C# example of usage:-
PDFPageCount.PDFPages pc = new PDFPageCount.PDFPages(); int pages = pc.get_GetPages("C:\\yourpdf.pdf");
simple ColdFusion example of usage:-
<cfobject action = "Create" type = "COM" class = "PDFPageCount.PDFPages" name = "Obj"> <cfoutput>Filename: #filename# : #Obj.GetPages( "C:\yourpdf.pdf" )# Pages.</cfoutput>
simple PHP example of usage:-
$Obj = new COM("PDFPAGECOUNT.PDFPages"); $pages = $Obj->GetPages("C:\\yourpdf.pdf");
Main Features 1. Supports Windows 95, 98, ME, NT4 & Windows 2000 (NT5), XP, Vista, 2003, Windows 7 & 2008 2. Counts Pages in PDF Files, up to and including Acrobat 10 (PDF1.x). 3. Detects corrupt pdf's whilst counting. 4. Password protected files support 5. Full installer 6. Written in VC++ for ultimate speed 7. Acrobat NOT required 8. Example ASP, VB, .NET, ColdFusion, PHP & VC++ usage code included.