Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 304 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 304 Bytes

Unity PDF Reader

Unity PDF reader using GhostScript library C# wrapper.

  • Create an image (jpeg) for each page of the PDF
  • These images can then be used in your Unity project

This repo is a cleaned and simplified version of https://github.com/MarkoDobrinic/UnityPDFReader

Thanks to Marko Dobrinic !