Hi Pawel,
To work with PDFIUM in the LINUX environment we need to add
the following commands in the docker file to install dependencies.
RUN ln -s /lib/x86_64-linux-gnu/libdl-2.24.so
/lib/x86_64-linux-gnu/libdl.so
# install System.Drawing native dependencies
RUN apt-get update && apt-get install -y
--allow-unauthenticated libgdiplus libc6-dev libx11-dev
RUN ln -s libgdiplus.so gdiplus.dll
Need to execute the
following command to install the dependencies.
|
sudo apt install libc6-dev
sudo
apt install libgdiplus
|
Could you please confirm whether the
dependencies are properly installed on your end and let us know if the issue
resolves or not? If not, please share the error details. This will be helpful
to assist you better.
Regards,
Vasugi.