To anyone considering an Apose software prodict:
I have been working on a project to do mail merge using MS Word documents and convert the resulting files to PDF format.
There are a number of .NET components that will convert some kind of MS Word file (DOC or RTF mostly) to PDF; I have tested them all. Most will successfully convert a simply formatted document. If your document has more complex formatting such as tables, columns, headers/footers, or a table of contents, these other components will either format the output incorrectly or simply crash. None of them performed in a remotely acceptable way for us. Aspose.Words converts all of our documents flawlessly and only a few lines of code are required. It converts both DOC and DOCX formats. After the conversion I have used Pdf.Kit to add security features to the PDF files. Again, the software is easy to use and works great.
Aspose.Words is the only component I know of that can manipulate MS Word documents without having to reference an installation of MS Word on the web server. If you have experience with MS Word automation you will find the transition an easy one. The Word objects you already know (document, range, paragraph, bookmark, etc.) are available and can be accessed in a familiar way.
The support from Aspose has been very good. My inquiries have been answered promptly and courteously. Using the online documentation and code samples, I was able to get up to speed and get my work done quickly.
This is an example of getting what one pays for. These are top notch components that will serve you well. And, you won’t spend weeks learning how to use them.