Hi
I can use the same stream for both Document and PdfFileInfo, but not if I set UseStrictValidation=true, then the stream seems to be closed which was not expected.
By design or a bug? If by design I have to have two …...using (MemoryStream stream = new MemoryStream(File.ReadAllBytes(filepath)))...pdfDocument = new Document(stream)) { using (var info = new Aspose.Pdf...