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
Use a PDF library, such as iTextSharp to parse the PDF. You will be able to access all text and images from the PDF and convert to whatever representation you want.
There are other solutions (such as installing xpdf and shelling to it – it will convert to html if the right command line arguments are passed in).