|
Download
v1.18 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, 2008 & Windows 7
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, see
thru text for watermarking (opacity) &
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.18
5th May 2010
1. fixed a pdf compatibility issue.
|
|
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, see thru text option for
watermarking (opacity), 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","");
|
|
PDF Text Stamp COM Component
Automates the process of text stamping pdf
files
Add page numbers, roman numerals
Add bates numbers
Watermark PDF's with text
Batch List processing
Retains PDF Version
Supports all COM compatible languages
Examples in ASP, VB, PHP, ColdFusion, .NET &
VC++
Written in C++ for ultimate speed
      |