Coder Social home page Coder Social logo

Support for streams about node-poppler HOT 3 CLOSED

fdawgs avatar fdawgs commented on June 7, 2024
Support for streams

from node-poppler.

Comments (3)

msageryd avatar msageryd commented on June 7, 2024

Some more thoughts.

  • Stream support is only usable in the pdfTo... functions.
  • Only viable for single page PDFs (same restriction as for buffers)
  • If you'd like a PR on this, would you preferr no more deps or would it be ok to use is-stream by Sindre Sorhus (https://www.npmjs.com/package/is-stream)

from node-poppler.

msageryd avatar msageryd commented on June 7, 2024

I now have a working fork with support for streams in poppler.pdfToCairo.
https://github.com/msageryd/node-poppler

The concept is:
file (now renamed to inputFile) can be a ReadableStream or a buffer
outputFile can no be a WritableStream or a file path

If inputFile is a stream, this will be piped into stdin
If outputFile is a stream stdout will be piped into this
Result from the function behaves as before, i.e. a promise which resolves to "No Error" if everything is ok.

Regarding Sindres is-stream. SIndre has converted all modules to ESM. Instead of convering node-poppler, I simply copied Sindres functions for now.

The same concept could be applied to all single-file conversions (pdfToHtml, etc)
Would you like a PR on this?

  • Added stream support to pdfToCairo
  • Added test for streams
  • Stream example added to README

Tests passed, ESLint passes.

from node-poppler.

msageryd avatar msageryd commented on June 7, 2024

Closing this. Please see PR #537

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.