kb47 / pdf-poppler

Convert PDF files into images using Poppler with promises. It achieves 10x faster performance compared to other PDF converters.
MIT License
47 stars 20 forks source link

Why do I need to install openjpeg and cairo? #6

Open asins opened 5 years ago

asins commented 5 years ago

I need brew install cairo openjpeg to install.

Can dependencies be integrated in node_modules?

asins commented 5 years ago

I use this package in Electron to provide PDF files to export images, but the generated app cannot be executed on other people's computers. The problem is still on these two dependent libraries, so I want to know how to package the dependencies into node_modules. .

FilipeAraujo commented 5 years ago

@asins any progress on integrating this lib in an Electron app? or you went to a different approach? thanks

asins commented 4 years ago

I gave up this plan and switched to using online web services.