I want to convert a text file to PDF using PDFsharp. What should be the approach? Is it even possible? I'm developing a web application using C#.net
The approach would be to check the samples for PDFsharp and MigraDoc and then decide which tool to use.
I would guess that MigraDoc will be the better choice if the text may require more than just one page.