#email-pdf-proofing This application is used to convert/combine emails (with their landing page) into a JPEG and PDF. The application is built using electron js and uses phantom js to take screenshots of the emails and webpage.
Running the application
npm install
npm run start
Building the application
npm install
npm run build-mac
ornpm run build-linux
ornpm run build-windows