I have an Rtf file, trying to convert it to a PDF file. When I use following code, I get malformed PDF
Document RtfDoc = new Document(Rtf);
DocumentBuilder builder = new DocumentBuilder(RtfDoc);
Document pdfDoc = RtfD…...Unable to copy content of an RTF file with it's formatting to...8, 2023, 7:33pm #1 I have an RTF file, trying to convert it to...