-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup prerequisite #62
Comments
I AM IN THE SAME BOAT. SEND HELP :D |
@jamiegalbreath I ended up using ghostscript directly - it still requires extra steps and the below guide explains those: I guess similar steps should be taken to install the corresponding dependencies for this library to work (though the steps would vary depending on your node environment) |
I think you need to follow the official installation directions for graphicsmagick and ghostscript for the OS you intent to run the app on. It should be installed on the system you are planning to deploy the app on. |
What about if your app is in next-js. I haven't been able to run this locally cause I don't know how to setup these prerequisites on windows & then how would I set this up when I deploy my app on vercel. |
i have taken the build. The dist folder is now available but what do i do now how can i convert my PDFs to images. how do i run this project? |
I'm dumb - I'm using firebase nodejs and I can't understand how to install graphicsmagick and ghostscript there. Any help please?
I'd expect those modules to be available as npm packages but that doesn't seem to be the case. What is the expected way to set it up?
The text was updated successfully, but these errors were encountered: