I am building a .net service in docker that will take .xlsx files and render them as .tiff. When I run my service locally on a windows environment the images correctly render with Times New Roman text. When I spin up a docker container and submit the same file it returns a blank .tiff image.
DRAWIO files are vector image files, stored in the standard XML file format. Developed by diagrams.net, it provides the capability to store diagrams information similar to Microsoft Visio. DrawIO is available as online app to create, open and export diagrams to various formats. The app is based on the mxGraph diagramming library that provides interactive graph and charting applications that run in any major browser such as Chrome, Firefox, Edge and Safari.
Aspose.Imaging for .NET v19.10
2ff7e9595c
Comments