Hello,
I am using NET 7.0 and Spire.PDF (latest version 10.2.2).
I am trying to extract text from pdf.
The program works on a Windows machine, but when I publish it to a linux server on azur, the application crashes with error:
"The type initializer for 'Gdip' threw an exception"
I suppose it's because "System.Drawing" is not supported on Linux, but how can I configure spire to work correctly on linux?
Thanks,