Proof of Concept

Our team has been tasked with generating word documents that must adhere to the customer’s style and format (tables, margins, fonts, super-script, etc …). Before purchasing or downloading the trial we would like for you to take a look at the document to see if this type of formatting is supported along with commenting on what kind of effort it would take (just for the formatting stuff).

Thanks,

G-Man

Hi

Thank you for your interest in Aspose.Words. As I can see there is nothing special in your document. Do you need to generate such documents from scratch or maybe you can use template? If you can use template, you can use styles defined in the document and predefined content. For instance, you can use mail merge feature to fill template with data:
https://docs.aspose.com/words/net/types-of-mail-merge-operations/
If you need to generate such document from scratch, you can use DocuemntBuilder:
https://reference.aspose.com/words/net/aspose.words/documentbuilder/
Document builder allows you to set formatting of text, tables, paragraphs, lists etc. Please see the following link to learn more about DocuemntBuilder:
https://docs.aspose.com/words/net/document-builder-overview/
Hope this information could be useful for you. Please let me know if you need more assistance, I will be glad to help you.
Best regards.

Thanks for your response.
More specifically, can Aspose.Words handle a document such as this, including superscripts within this table? The table is rather intricate and required a Word specialist to create and we are concerned that Aspose may not have some capabilities that are required for our specific needs.
Thank you in advance for your prompt response.
Denise

Hi Denise,

Thanks for your request. Actually, there is no superscript text in your table. I suppose you meant footnotes. Using Aspose.Words you can insert footnotes into the document. Please see the following link to learn how to achieve this:
https://reference.aspose.com/words/net/aspose.words.notes/footnote/
Please let me know if you need more information, I will be glad to help you.
Best regards.

Thank you for your response.
What about superscripts and subscripts (for example, those used in mathematical equations)
We may need this to be inside a table cell.
Where can I find documentation on this?
Thank you very much!
Denise

Hi

Thanks for your request. Here you can find an example, which demonstrates how to insert superscript and subscript text:
https://reference.aspose.com/words/net/aspose.words/font/subscript/
Hope this helps.
Best regards,