How to Add Text, Images and Tables in Word document with Aspose.Words Cloud API

Hi,


Are there apis for writing text, inserting image/tables. I see /words/{name}/replaceText but i want to be able to append for eg text to a word document, is this possible? is it just a paid feature?

Thank you

Hi Kemar,


Thanks for your inquiry. Unfortunately, Aspose.Words for Cloud does not support the requested features at the moment. However, we have logged these features in our issue tracking system. You will be notified via this forum thread once these features are available. We apologize for your inconvenience.

Issues detail:
WORDSCLOUD-23 : Insert text resource
WORDSCLOUD-24 : Insert image resource
WORDSCLOUD-25 : Insert table resource

We suggest you please read Aspose.Words for Cloud REST API Reference. Please let us know if you have any more queries.

The issues you have found earlier (filed as WORDSCLOUD-23) have been fixed in this Aspose.Words for Cloud update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as WORDSCLOUD-24) have been fixed in this Aspose.Words for Cloud update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as WORDSCLOUD-25) have been fixed in this Aspose.Words for Cloud update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

@bellstpatrick

In reference to WORDSCLOUD-23, we have already added feature to insert text in the Word document. Please check:
POST ​/words​/{name}​/{nodePath}​/paragraphs
POST ​/words​/{name}​/{paragraphPath}​/runs

And, for the fix of WORDSCLOUD-24, please check following API to insert image in the document:
POST ​/words​/{name}​/{nodePath}​/drawingObjects

And to insert table in the document, WORDSCLOUD-25, please check API:
POST ​/words​/{name}​/{nodePath}​/tables