You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wasm-vips doesn't currently support loading PDF files, since it's dependent on PDFium, which is a bit tricky to set-up given that it uses a non-standard build system (i.e. gclient and gn).
libvips also has the ability to load PDF files using Poppler. However, it's licensed under the GPL, which means you cannot distribute statically linked binaries with it (PDFium doesn't have this issue as it is licensed under the permissive Apache-2.0 license).
I wanted to create preview image for pdf with same scale in node js, but seems like it's not working, throws me an error
ab [vips::Error]: no such operation pdfload_buffer VipsOperation: class "pdfload_buffer" not found
I am using
Node - v18.16.0
"wasm-vips": "^0.0.5"
Is this something that is not developed or is it a bug
The text was updated successfully, but these errors were encountered: