I am building a library in .NET Standard 2.0 and trying to add a bar code to a word document, but I have compile error as InsertImage expects a SkiaBitmap while GenerateBarCodeImage returns a Bitmapt
DocumentBuilder builder = …
Aspose.BarCode uses Aspose.Drawing.Common internally as graphic library for .NET core/standard framework. Anyways, we can look into it. Could you please also share a sample VS.NET project to evaluate your issue.