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.
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.
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
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
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 people are following this question.