A .NET library to render PDF files into images.
A .NET library to render PDF files into images.
This .NET library is built on top of
Call a static method from PDFtoImage.Conversion:
SaveBmp, SaveGif, SaveJpeg, SavePng, SaveTiff and ToImage for a single page.
ToImages and ToImagesAsync for multiple pages.
Note: An System.Drawing.Image object can be exported with the Save method.
On platforms other than Windows you will have to have libgdiplus installed.
sudo apt-get install libgdiplusbrew install mono-libgdiplus