Image to PDF conversion in Linux container using ASP.NET

Hi,

I am using groupdocs conversion inside the aspnet 3.0 container (provided by microsoft, based on linux). I have solved the gdi library, ms fonts, and skia native library issues after doing a lot of searches. I have finally got word/pptx to pdf conversion working correctly.

I have now run into problems when working with images. When I convert an image to pdf, I get a blank page in the pdf. Similarly, when I convert a Pdf into a thumbnail I end up with an empty zero byte output file, I have tried both jpeg and png. This code for thumbnail creation is very simple and works fine on windows machine. But it does not work on linux container. The exception that I get is as follows

Not implemented.
GroupDocs.Conversion.Exceptions.GroupDocsConversionException:
at GroupDocs.Conversion.Converter.Convert (GroupDocs.Conversion, Version=19.12.1.0, Culture=neutral, PublicKeyToken=716fcc553a201e56)
at GroupDocs.Conversion.Converter.Convert (GroupDocs.Conversion, Version=19.12.1.0, Culture=neutral, PublicKeyToken=716fcc553a201e56)
at GroupDocs.Conversion.Converter.Convert (GroupDocs.Conversion, Version=19.12.1.0, Culture=neutral, PublicKeyToken=716fcc553a201e56)

Can any one help? Thanks!

1 Like

@zeeshan1,

Please share following details:

  • Sample code or application
  • Problematic files
  • Complete development environment details (e.g. OS, its version)
  • Complete exception stack trace