Use Aspose.PDF for .NET on Kubernetes with .NET Core 3.1 to generate PDF files

afternoon, can the latest apsose.pdf be utilized on kubenetes? I plan to build under dotnet core 3.1 targeting linux.

Doug

@dewittner1,

I like to inform that Aspose.PDF support .NET core 3.0. You may check .NET core 3.1 on your end and if that does not work than please share feedback with us.

That you for the reply.
My base base is working great locally on Core 3.1. My K8 deployment does not seem to function. I am not getting any errors thrown and the response is true.
I am still reviewing.

            var pdfEditor = new PdfFileEditor();
            bool result =  pdfEditor.Concatenate(allStreams, targetStream);

@dewittner1,

We are waiting for your feedback.

I can run standalone under 3.0 and 3.1. I can only execute on Kubernetes on 3.1. I am still checking if there is anything wrong on my end… But, should this work on 3.1 on Kubernetes? I’ll share any findings here.

@dewittner1

This should work with 3.1 as well. Please check and share feedback with us.

I am performing local testing under docker and the debian image and I am getting the same result. A failed concatenate in the container but success under windows.

@dewittner1

Can you please share complete sample project along with environment details so that we may further investigate to help you out.