MuPDF.NET Version: 3.2.8
Development Platform: Windows 11
Target Distribution: Docker Dotnet (mcr.microsoft.com/dotnet/aspnet:8.0)
When I dockerize the code, and try to create a document
var doc = new Document();
I get: MuPDF.NET.Document..ctor(String fileName, Byte[] stream, String fileType, Rect rect, Single width, Single height, Int32 fontSize)
at DocumentTabletEmailService.PDFUtilities.AllowModifyDocument(Byte[] pdfBytes)
I originally had it reading a file it still wouldn't work