aadamsx / meteor-pdftk

Meteor wrapper for PDFTk, the PDF Toolkit. PDFTk is a simple command line tool for doing everyday things with PDF documents like: merge, split, decrypt,encrypt, fill Forms, apply a background Watermark, report metrics, update PDF Metadata, attach files, unpack attachments, burst into single pages, uncompress and compress, repair corrupted PDF.
1 stars 0 forks source link

Kind request to deprecate package... #3

Closed dandv closed 9 years ago

dandv commented 9 years ago

...in favor of the community one, https://atmospherejs.com/pdftk/pdftk

@aadamsx, let me know if you still have access problems. https://github.com/orgs/MeteorPackaging/teams/pdftk shows the invite reached you.

Thanks!

dandv commented 9 years ago

Just added a working test to the MeteorPackaging fork, along with wrapAsync.

aadamsx commented 9 years ago

Thanks dandv... I was going to look into using wrapAsync myself at some point for this, and a few other node calls outside of meteor proper.

I've tested this package out and it works, and I'm going to go into production soon, so I haven't had the cycles to replace this with the community version yet -- but will sometime soon.

Thanks again!