Convert PDF to anything which can be opened by Word
问题 Want to do it via C#, all inline, no Process.Start()...and free...could be RTF, HTML, whatever the case may be...as long as I can open in Word, which I can then save off as RTF, which I can then load within a RichTextBox. I'm aware similar questions have flooded this forum over the years, nothing that seems to address what I am asking though. EDIT: Looks like it can be done here: http://www.itextpdf.com/examples/iia.php?id=275 回答1: Use a PDF library, such as iTextSharp to parse the PDF. You