The TextPipe Engine is a much higher speed version of the same COM object that is inside the main TextPipe program. It has no GUI code to slow it down, and hence it is ideal to embed inside your application.
The Engine is packaged as an COM/ActiveX DLL rather than as a EXE. After a very simple registration process which is performed by your installation package, this DLL can be fully scripted by languages including Visual Basic, VB.Net, Visual C++ and Delphi.
Documentation is included in the download, see readme.doc.
The COM interface is fully documented in the TextPipe Pro help (see Advanced/COM interface). There is only one key difference - you create a TextPipeEngine.Application object rather than a TextPipe.Application object.
Sample code is included for Visual Basic, VB.Net, Visual C++ and Delphi.
If you need a custom bundling solutions of TextPipe, TextPipe Engine or both, please contact us for a solution to fit your needs.
See also