pdf-to-png icon indicating copy to clipboard operation
pdf-to-png copied to clipboard

render a PDF to a PNG with electron

Results 7 pdf-to-png issues
Sort by recently updated
recently updated
newest added

Hi, Your npm module isn't working as it, I had to pick up your code directly from spawn.js. I work with electron directly on file that are on my computer....

I have a very basic implementation and it doesn't work, I see how electron is opened on the navigation bar, but the callback is not getting executed and the file...

Do you think it would be possible to get this working without depending on electron? I saw [an example](https://github.com/mozilla/pdf.js/blob/master/examples/node/pdf2png/pdf2png.js) where it looked like they just used a node canvas library...

On running with **example.js** I am getting the following Error: Implement me. Unknown stdin file type! at process.stdin (internal/process/stdio.js:86:15) at file:///C:/Users/aaron/Tests/JavaScript/pdf-to-png/node_modules/electron-spawn/index.html:29:10 Error: Cannot find module 'node-ensure' at Function.Module._resolveFilename (module.js:339:15) at...

When exec below command using cli: ``` pdf-to-png -i print.pdf -o output.png ``` Throw error **A JavaScript error occurred in the main process** ``` Uncaught Exception: Error: Cannot find module...

Does this lib support working with streams eg on a multer upload?

Does this module support multiple pages?