We are facing an issue when trying to convert a PostScript file to PDF in containerized Linux environments (.NET 9).
When calling the SaveAsPdf method on a PsDocument, the following exception is thrown:
pgsql
CopyEdit …...Read)) { PsDocument document = new PsDocument(fs); using...Write)) { document.SaveAsPdf(pdfStream, options); } document = null;...