michaelrsweet / pdfio

PDFio is a simple C library for reading and writing PDF files.
https://www.msweet.org/pdfio
Apache License 2.0
198 stars 44 forks source link

PDF to Bitmap #38

Closed ffreality closed 1 year ago

ffreality commented 1 year ago

Is there any way to render pdf pages as bitmap ? I am working on Unreal Engine 5 android pdf reader. I developed one with PDFium but on Android, it works only with 2018 PDFium without crash. So, if it supports pdf to bitmap feature, I can integrate it.

michaelrsweet commented 1 year ago

Sorry, PDFio is just for reading and writing PDF files, not for rendering them...