When I read RTF into a stream and save it as a PDF file, it works fine.
But if I save the same RTF into a stream as PDF, and either look at the result or save it as a PDF file, it is unreadable.
Snippet from correct PD…...GetStreamFromString(testString); document = new(stream, loadOptions);... EmbedFullFonts = true }; document.Save(outputStream, saveOptions);...