Coder Social home page Coder Social logo

Why is the binPath needed? about node-poppler HOT 4 CLOSED

fdawgs avatar fdawgs commented on May 27, 2024
Why is the binPath needed?

from node-poppler.

Comments (4)

Fdawgs avatar Fdawgs commented on May 27, 2024

Thanks @testlabauto, this repo was first built for use in a Windows environment, where finding a poppler binary isn't/wasn't as simply as running brew install poppler, so the binPath arg was there as it was assumed the binary would be dumped somewhere.

It hadn't crossed my mind that it could be added to the path env variable though, this is something I can look at making the constructor check.

from node-poppler.

testlabauto avatar testlabauto commented on May 27, 2024

Great. Thanks, @Fdawgs !

from node-poppler.

BernhardBehrendt avatar BernhardBehrendt commented on May 27, 2024

I'm hopping onto this issue as it concerns in a way a topic i was working on recently.
Yes it's very easy on a self controlled mac to add poppler using homebrew but in a scenario where this package is part of an e.g. electron app where it's not possible to install homebrew it would be very nice if poppler could be provided like it's done for windows.
On windows it's working super smooth without thinking about it's core dependencies.

I've tried it actually but my abilities to compile poppler are too limited and so i didn't made it into a solution i can contribute as a pull request.

So my question is if this would be technically possible.

Thanks for the great work!

from node-poppler.

Fdawgs avatar Fdawgs commented on May 27, 2024

Better late than never, as part of 7.2.0, the binPath is no longer required!

The constructor will attempt to find the pdfinfo Poppler binary in the PATH environment variable and use that as the path for all of the Poppler binaries, this was written under the assumption poppler-utils was installed and so all the binaries will be in the same place i.e. /usr/bin.

from node-poppler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.