Hi All,
I’m tryng to convert, a PDF to PDF/A in a Azure function (.net core 3.1), i’m using memory streams both for reading file and for saving.
The convert operation fails with this error: “Empty path name is not lega…...ConvertToPdfA(Stream pdfToConvert) { log = string.Empty; Document pdfDocument...MemoryStream()){ try { pdfDocument.Convert(log, PdfFormat.PDF_A_2B, ConvertErrorAction...