Product: PDFTron.NET.x64
Product Version: 9.2.3.79556
Please give a brief summary of your issue:
In a .net 6.0 application, when I try to convert a Microsoft Office Word document (.docx) into PDF in a linux docker container, I get the following error:
Message: This file type is not supported for PDFNet builtin conversion!
Conditional expression: false
Version : 9.2.3-4f674ee
Platform : Linux
Architecture : AMD64
Filename : Office2PDFNative.cpp
Function : CreateConversion
Linenumber : 970
The code works using the same file on a Windows 11 machine.
The docker container is based on the image mcr.microsoft.com/dotnet/aspnet:6.0-focal (Ubuntu 20.04)
Please advise on what may be the problem,
Thank you