Installing and using Aspose.Words in Delphi 2005

Could anyone give me an exact step by step explenation on how to install Aspose.Words in Delphi 2005?

I looked around in the forum and could only find one sentence explenations that didn’t give me the right clue.

Many thanks in advance!

Daan

I think you should jus run Aspose.Words setup on your development computer and then add a reference to Aspose.Words component in your application. Please note that Aspose.Words is not a control a visual component. so it dos not appear in the components toolbox after installation. It is just a class library. To use it you add a proper namespaces to the beginning of the class and then start to instantiate and use the classes from it as is shown in our source code demos.

Unfortunately, we don’t have demo projects for Delphi yet, but you can probably convert them using one of C# to Delphi conversion tools, like BabelCode.

Please let me know if you will have any particular troubles with evaluating Aspose.Words and I will try to help you on the way.