Posted 11 September 2023, 1:30 pm EST
We developed an api that handles pdf printing using grapecity word. I would like to add an image from an external site and based on the documentation https://www.grapecity.com/documents-api-word/docs/online/images.html the only option I have is by adding an image through Stream. I can see on the example you are using System.Drawing.Image which is not available (Classes within the System.Drawing.Imaging namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.) . Do you have any example/documentation that handles this in an ASPNET api? Thank you.