Reputation: 95
I wrote a node script to use with a specific PDF format that my MacOS-based company receives to automate some things. It requires the PDF file to be uncompressed, which I am using qpdf to do.
Is it possible to package up this simple functionality, which consists of one qpdf command piped into a node script I wrote, so that it can be used on other MacOS machines without installing qpdf and node on those machines?
Upvotes: 1
Views: 25