tcr / scissors

PDF manipulation in Node.js! Split, join, crop, read, extract, boil, mash, stick them in a stew.
Apache License 2.0
285 stars 45 forks source link

Pdf to png : Not able to process large file #26

Closed sherin-mathew closed 6 years ago

sherin-mathew commented 7 years ago

I have tried pngStream() method for small pdf file(13.72 KB) and it's working fine. But when i used pdf file of size 258.45 KB, it's not working.

cboulanger commented 7 years ago

Hi, can you create a test case for us as explained in the Wiki (How to report issues, Point 2)

cboulanger commented 7 years ago

@sherin-mathew sorry, link in my last comment was broken, fixed now.

sherin-mathew commented 7 years ago

@cboulanger Okay. I will create it and let you know.

cboulanger commented 7 years ago

I just tried to run your code (cloned your fork to c9.io). It's not working. There are errors in the code (missing function in line4, tmp is not defined in line 9) and the code currently does nothing when called. Please fix and provide a test case that I can run and that then will show the error ... Thank you.