SkiaSharp issue using docker

Hey Tahir,

I came across the same problem with guoxuefeng.

I noticed you mentioned that Install Aspose.Words via Nuget. I’d tried this method but not works for my server.

Here is the steps:

  1. Using docker version mono to install dotnet
  • mono version: 5.2
  • dotnet version: 2.2
  1. Install nuget
  • nuget version 4.8.2
  1. dotnet new sln
  2. dotnet new console then add this project into solution
  3. nuget install Aspose.Words
  4. dotnet add package Aspose.Words --version 19.4.0 this step is just add reference into .csproj
  5. write some simple code like new Document(), doc.Save()
  6. dotnet run

Result:
Then I got a pdf with no image.

Could you help me fix out this problem?

Thanks

@diy10264

Please ZIP and attach your input Word document here for testing. We will investigate the issue on our side and provide you more information.

Here is the document that I used for testing.
daily_fishing.zip (4.3 MB)

@diy10264,

We are working on your query and will get back to you soon.

@diy10264

We have tested the scenario using the latest version Aspose.Words for .NET 19.4 and have not found the shared issue. Could you please share the operating system detail where you are testing the scenario and problematic output PDF? Thanks for your cooperation.