question

APIPointNewbie-3149 avatar image
0 Votes"
APIPointNewbie-3149 asked APIPointNewbie-3149 answered

Microsoft Graph API for Word365

Hi,

Is there an API for Office365 with which you can also address Word services like docx to pdf etc.?

I can't find a clue about it on the Microsoft Graph page, unfortunately.

Link: https://docs.microsoft.com/en-us/graph/overview

microsoft-graph-sdk
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

APIPointNewbie-3149 avatar image
0 Votes"
APIPointNewbie-3149 answered

I find Excel and co. in the listing but no Word.
See: https://docs.microsoft.com/en-us/graph/overview


Is there an API to Word365 like there is to Sharepoint365 ? If so what can I do with the Word API ?

Unfortunately I can't find any details

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Danstan-MSFT avatar image
1 Vote"
Danstan-MSFT answered APIPointNewbie-3149 commented

For this, check Working with files in Microsoft Graph which has documentation on how to create, update, upload, download files etc through MS Graph.

For example, to convert a word document to PDF, you would use Download a file in another format with the format variable = pdf and the driveItem-id is the id of a word document on your drive.

 GET /me/drive/items/{item-id}/content?format=pdf



· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I find Excel and co. in the listing but no Word.
See: https://docs.microsoft.com/en-us/graph/overview


Is there an API to Word365 like there is to Sharepoint365 ? If so what can I do with the Word API ?

Unfortunately I can't find any details

0 Votes 0 ·