jjwilly16 / node-pdftk

A wrapper for PDF Toolkit with streams and promises.
MIT License
141 stars 34 forks source link

Added possibility of ignore PDFTK warnings. #2

Closed estacioneto closed 7 years ago

estacioneto commented 7 years ago

I had to do it in a project and I think it could be useful to someone else :)

estacioneto commented 7 years ago

I removed the this._cleanUpTempFiles(); in the error handler because it was called twice (in the error handler and the 'close' handler).

jjwilly16 commented 7 years ago

I like it. Merging.

Thanks @estacioneto

estacioneto commented 7 years ago

Thanks for merging, @jjwilly16 ! When will be the next release?

jjwilly16 commented 7 years ago

I’ll get it out late tonight. I have a few other small things to straighten out. It’ll be on npm in the morning.

Sent with GitHawk

estacioneto commented 7 years ago

Got it, @jjwilly16 !