 |
PDF Page Counter COM Component
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.
Example .asp, vb & vc++ code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("PDFPAGECOUNT.PDFPages.1")
dim pages
pages = Obj.GetPages("C:\yourpdf.pdf" )
pdf page count com component com component will quickly tell how pages pdf file |
 |
PDF Image Stamp
PDF Image Stamp is an Acrobat plug-in tool which is used to automatically image stamp your documents quickly and easily, you can put customizable Images on the page in any x,y position, PDF Image Stamp supports gif, jpeg, bmp & png image formats, other main features include image scaling on the fly, image opacity for watermarking, saving settings for later use with other pdf's, page start & end ranges & 1 in nth pages stamping for n-up documents.
pdf image stamp images automatically image stamp documents quickly easily |
 |
Folder Size COM Component
The com component will quickly tell you how much disk space a folder is taking up, this also includes subfolders under the root folder, ideal for web sites that serve document/image content.
Example .asp code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("GETFOLDERSIZE.GetSize.1")
dim sz, files, folders
sz = Obj.GetSize("c:\inetpub\" )
files = Obj.files
folders = Obj.folders
folder size com component com component will quickly tell how disk space folder taking |