Pre-sale technology questions

We are using MS-Word on a web server for creating word documents, and are considering replacing it with your Aspose Words technology.

I assume that all of the following are possible, but want to make sure that your technology can handle these:

  1. Can the technology take a Word template document (either doc or docx) and replace text via replacement strings in the template doc?

  2. Can the text to be replaced be anywhere in the template document file (header, footer, body, etc)?

  3. Can HTML files be inserted? If so, is this done via a bookmark?

  4. Can image files be inserted? If so, is this done via a bookmark?

  5. Can the resulting document file be saved in either doc or docx format regardless of the template file format?

  6. Can a pdf file be generated from the resulting document?

  7. Can multiple document files be generated simultaneously?

  8. Can font-related properties and other document markup be modified from the template version?

  9. Are all of the above available in the Aspose Words product?

@rich24f6c

Thanks for your interest in Aspose.Words. Aspose.Words supports your all above listed requirements.

You can easily replace text in Word documents. Please check documentation link for details:
Find and Replace

You can insert HTML text to current position or move the cursor to desired location(bookmark) and insert HTML text.

Move the Cursor
Insert Html

You can insert image to current position or move the cursor to desired location(bookmark) and insert the image.

Move the Cursor
Insert Image

Yes, you can save resulting document to any of the supported file formats

Yes, you can save your resulting document to PDF format.

Yes, Aspose.Words is multithread safe as long as only one thread works on a document at a time. It is a typical scenario to have one thread working on one document. Different threads can safely work on different documents at the same time. If we manipulate a single document in different threads, then results would be unstable.

Yes, you can change fonts and other formatting of documents.