This part shows you how to get started with getting PDFix installed on your local computer.
To get started with using PDFix:
Ensure you have the lastest version of NodeJS installed on your computer. If you don't, head down to the download page of NodeJS and download the latest version of node according to your operating system.
Open up your command prompt and navigate to a folder where you would like to store the application. Then run npm i -g pdfix
You can view the download page for more information.
If you are running macOS, and is facing permission issues when running npm i -g pdfix, try running the command with sudo instead to indicate that you are running the command as root instead. sudo npm i -g pdfix.