Thank you @vmassol I’ll have a look at how these File Streams and Filter module work. They appear not easy for end-users though.
Although this is a general question, my specific use case is the import of many Google drive (and Google Workspace) documents. The default way that Google allows to download these Gdocs are as .docx format files. I need to convert these documents to Xwiki pages.
I saw the (paid) Google Apps integration app,but that does not seem to convert the docs to Xwiki pages.
Would the File Streams Converter be useful for this use case?
The resulting output in xwiki format can then be uploaded using the XWiki REST API (this could be automatized e.g. using Python), or copied and pasted manually into the XWiki editor.
Caveat, however (with all such conversions) is that Word contains so many awkward hidden formats that there’s nearly always a cleanup necessary because Pandoc (as any other tool) can’t interprete everything correctly. I suppose that’s one of the reasons why this isn’t offered by the XWiki Google Apps integration.
If you man that the UI for the filter stream app is not easy to use, then yes, it’s mostly because the app is generic. Specific extensions can develop some custom UI to make it simpler to use.
So for converting office files I don’t think there’s any batch import on extensions.xwiki.org but I could be wrong, I don’t know the domain well.
It’s possible that the XWiki SAS company has done some work for their clients in this area though. You could try to contact them I guess.
@Lukas I experimented with Pandoc, and the conversion between docx and xwiki has issues, which I will post in a new topic, I think that it may require some attention. The pandoc from docx to commonmark goes well, and then inside xwiki the syntax switch to xwiki works too. See Pandox docx to xwiki has several issues