Convert pdf to jpeg using a free c# solution [closed]
The library pdfiumviewer might be helpful here. It is also available as nuget. Create a new winforms app. Add nuget “PdfiumViewer” to it. This will also add two native dll’s named “pdfium.dll” in folders x86 and x64 to your project. Set “Copy to Output Directory” to “Copy Always”. Try out the following code (change paths … Read more