|
Download
v1.00 2.1mb
Download
Link 1
Other Products Available
Menu Links
News
Register/Buy
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. Automates the process text stamping multiple PDF files.
3.
Options for page numbers, bates numbers, roman numerals, fonts, font
sizes, font types, colored text, angled text, centered text, right
justified, from any edge of page & any text to multi page, rotated &
different sized pdf's.
4. Batch list processing
5. Doesn't require Acrobat
6. Up to 34 times quicker than Acrobat 7
7. Apply any type of True Type font
8. Full HTML Help.
What's new ?
v1.00
1st July 2008
1. first release.
|
|
LATEST
NEWS - 1st July 2008
What is PDF Text Stamp COM Component ?
PDF Text Stamp COM Component is for ASP, .NET, PHP, Cold Fusion, VB, VC and other
languages.
PDF Text Stamp
software automates the process of applying page numbers, bates numbers, roman
numerals, fonts, font sizes, font types, colored text, angled text, centered
text, right justified, from any edge of page & any text to multi page, rotated &
different sized pdf's.
PDF Text stamp contains many special features like carrying over page
numbers to other pdf's, starting from any page number at any page, 2 up
processing, a/b 2up processing, nth processing, reverse numbering, one page
number only, prefix text, separator text, postfix text, add any True Type font
(comes with a TTF font to metric conversion tool), file output naming using page
number information & list of files processing.
Example .asp, vb, .net, php, cold fusion & vc++ code included
simple ASP example of usage:- (by
default it put's page numbers on the pdf file)
Set obj = Server.CreateObject("PDFTextStamp.PDFTextStampCom.1")
obj.startPage = 1
obj.endPage = 99999
result = CStr(obj.getPDFTextStampFile("c:\\input.pdf", "c:\\output.pdf",
""))
simple VC++ example of usage:-
PDFTextStampLib::IPDFTextStampComPtr *test = NULL;
struct __declspec(uuid("{34D24184-7D5E-43B1-8A0C-2146D223C1FF}")) IClass;
test = new PDFTextStampLib::IPDFTextStampComPtr( __uuidof(IClass) );
(*test)->startPage = 1;
(*test)->endPage = 99999;
(*test)->getPDFTextStampFile((char *)(_bstr_t)"c:\\input.pdf",(char *)(_bstr_t)"c:\\output.pdf",(char *)(_bstr_t)"");
simple VB example of usage:-
Dim obj As PDFTextStampLib.PDFTextStampCom
Set obj = New PDFTextStampLib.PDFTextStampCom
obj.startPage = 1
obj.endPage = 99999
obj.GetPDFTextStampFile("C:\input.pdf","C:\output.pdf","")
simple ASP .NET using C# example of usage:-
PDFTextStamp.PDFTextStampCom PDFTextStamp = new PDFTextStamp.PDFTextStampCom();
obj.startPage = 1
obj.endPage = 99999
PDFTextStamp.getPDFTextStampFile("C:\input.pdf","C:\output.pdf","");
|
|
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.
|