I’m currently trying to containerizing this script using Docker on Windows Server Core. script.zip (6.2 KB)
The aim to use Windows Server Core as the OS of docker container is to avoid graphics’ matters.
Before implementing the above objective, I would like to confirm if it is actually possible to containerize all the functions in the script (Aspose.words, Aspose.cells, Aspose.slides, Aspose.pdf used) using Linux + docker environment without having problem related to graphics ?
You can surely try using all the APIs in Docker Container by putting the required methods in one class. However, please check the Aspose.Cells Limitations for Docker environment in the documentation section as well before implementing the functionality.
Furthermore, you can also containerize Aspose.Slides and Aspose.PDF with the following dependencies:
libgdiplus package (updated) - required for both Aspose.Slides and Aspose.PDF
msttcorefonts package (MS Core Fonts) - required for Aspose.PDF
Further information about Aspose.Words has already been given in the documentation over the same link that you already have shared. Please feel free to let us know in case you need further assistance.