Need a simple PDF Text Stamper
-
Hi all, I have a bunch of PDF documents that require text information from a database to be stamped on each page. All the code on CodeProject is either unsuitable, or uses a commercial library that either adds gratuitous information or is no longer available (example the Acrord32.dll from Acrobat version 5). I don't want to pay $100s for a typical PDF editor suite for use with VS when all I need is the simple functionality. Anyone know of any articles or sample code they can point me to? .NET, or ActiveX, any MS language (i.e .NET any, C++, VB6, etc) Thanks, Robert
-
Hi all, I have a bunch of PDF documents that require text information from a database to be stamped on each page. All the code on CodeProject is either unsuitable, or uses a commercial library that either adds gratuitous information or is no longer available (example the Acrord32.dll from Acrobat version 5). I don't want to pay $100s for a typical PDF editor suite for use with VS when all I need is the simple functionality. Anyone know of any articles or sample code they can point me to? .NET, or ActiveX, any MS language (i.e .NET any, C++, VB6, etc) Thanks, Robert
In case anyone has a similar need - very comprehensive but a definite learning curve ... http://itextsharp.sourceforge.net/[^] Robert