Closed uyoufu closed 1 year ago
Hi @GalensGan,
Your libvips has been built without PDF support. What platform and version are you using? Where did you get the libvips binary?
@jcupitt Thanks for your advice,I solved this error.
my platform is windows 11 and dowloaded the binary vips-dev-w64-web-8.15.0-rc2.zip from https://github.com/libvips/build-win64-mxe/releases/tag/v8.15.0-rc2 before,but now, I download the vips-dev-w64-all-8.15.0-rc2.zip, it works well.
Thanks much!
where is the method
pdfload
,my code ispdf = pyvips.Image.pdfload(pdf_path,"")
but throws errorVipsOperation: class "pdfload" not found
.how can I convert pdf file to images?