Awesome
PDFtoImage
A .NET library to render PDF files into images.
This .NET library is built on top of
Getting started
Call a static method from PDFtoImage.Conversion
:
SaveJpeg
, SavePng
, SaveWebp
and ToImage
for a single page.
ToImages
and ToImagesAsync
for multiple pages.
Note: SkiaSharp.SKBitmap
can be exported with the Encode
method.
Unity project installation
- Open your project and navigate to
Window
→Package Manager
. - Click on the
+
button (top-left corner) and selectAdd package from git URL...
. - Enter the following URL and confirm with the
Add
button:
https://github.com/sungaila/PDFtoImage.git?path=etc/UnityPackage