Coder Social home page Coder Social logo

Comments (7)

Fdawgs avatar Fdawgs commented on May 27, 2024

Thanks for reporting this @mcdado!

I'll look at removing the default encoding.

from node-poppler.

Fdawgs avatar Fdawgs commented on May 27, 2024

@mcdado, I've removed this in v3.0.1 😁

from node-poppler.

cepm-nate avatar cepm-nate commented on May 27, 2024

Thanks for removing that!

However, I still can't get a valid conversion from the stdout back into a binary format.

const pdfBuffer = await fs.promises.readFile(inputPdfFile)
const result = await poppler.pdfToCairo(pdfBuffer, null, { singleFile: true, pngFile: true }) // jpg too!
const pngBuffer = Buffer.from(result);
// const pngBuffer = Buffer.from(result, 'utf-8'); // also tried this
// const pngBuffer = Buffer.from(result, 'binary'); // also tried this
// const pngBuffer = result; // also tried this
await fs.promises.writeFile(outputPath, pngBuffer); // always a broken file.

Am I missing something obvious?
@mcdado, could you share a snippet of your final working code?
And thanks for this library, @Fdawgs !

from node-poppler.

Fdawgs avatar Fdawgs commented on May 27, 2024

@cepm-nate, what version of the module are you using, and with what OS?

from node-poppler.

cepm-nate avatar cepm-nate commented on May 27, 2024

Node-Poppler 5.0.2, running on Node on Windows Server 2019. Can I get you any other info that might help? It's a head-scratcher for me.

from node-poppler.

Fdawgs avatar Fdawgs commented on May 27, 2024

I'll take a look tomorrow @cepm-nate, if you can share the pdf as well that'd be fab!

from node-poppler.

cepm-nate avatar cepm-nate commented on May 27, 2024

Sure thing! https://www.jetdrop.net/F58yl3mvCg9#CwDgNAjA7FYEzUgVjpUYlLANgMwfAgE585ds0IwRSAGCiJUhSbIgfTgCcBjADQDiRCFz4AFAM4QAKgA8kAMQAiAZWwAZAPZ91uYAAcASgHNuXAEZA (link good till Nov 5th)

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.