New features required by the customer in Aspose total

Hi,

Please confirm immediately if the below features are already available in Aspose total since the customers requirement is such…

Going forward we will need to use some additional features, listed and follows:

  • Word Document level style setting. (e.g. setting document margin)

  • Text locking with track changes (locked text should be not be editable delete able)

  • Image support in the document and in document header or footer

  • Watermark support

  • Ability to write Document Header and Footer

  • Full word tables support (Create, Edit, Read, Delete)

  • Insert html with destination formatting

  • Generating bullets when html is passed

  • Support to read and write comments on the word document when track changes is
    enabled

Thanks.
M.Irfan.

Hi,

Thanks for your posting and considering Aspose.

Aspose.Total is a set of many products, these products deal with Microsoft Word, Microsoft Excel, Microsoft PowerPoint etc file formats like doc, docx, xls, xlsx, ppt, pptx etc.

Since, you posted in Aspose.Cells forums, so I will let you know that Aspose.Cells deal with xls/xlsx (Ms-Excel fileformats).

From your writings, it appears, your questions are specific to Microsoft Word formats.

In case of Ms-Excel, I would say following things are supported.

  • Image support in the document and in document header or footer

  • Watermark support

  • Ability to write Document Header and Footer

  • Insert html with destination formatting

For your rest of questions, which are specific to Aspose.Words forum, I am moving your thread to correct forum.

Hi Shakeel,

Thanks for moving the thread, it was placed by mistake.

Thanks.

Irfan.

Hi Irfan,
Please accept my apology for late response. I have mentioned the availability of Aspose.Words requested features with documentation/forum links below. Hope this helps you.
Please let us know, If you have any more question related to specific feature.
Word Document level style setting. (e.g. setting document margin) [Available]

Text locking with track changes (locked text should be not be editable delete able) [Available]

Document doc = new Document(MyDir + “in.docx”);
doc.Protect(ProtectionType.ReadOnly);
Image support in the document and in document header or footer [Available]

Watermark support [Available]

Ability to write Document Header and Footer [Available]

Full word tables support (Create, Edit, Read, Delete) [Available]

Insert html with destination formatting [Available]
Generating bullets when html is passed [Available]

Support to read and write comments on the word document when track changes is
enabled [Available]