Really simple native(electron) application, which allows the user to open any PDF file and split it into multiple documents(each containing single page from original document). Main goal of this project was to learn a bit about redux and electron. This application is based on Electron React Boilerplate
- Show loading indicator while PDf is being split
- Show information about result of PDF split operation(success/fail)
- Allow the user to customize filenamea of generated PDFs
- If you have installation or compilation issues with this project, please see our debugging guide
First, clone the repo via git and install dependencies:
git clone --depth 1 --single-branch https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
yarn
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
yarn dev
To package apps for the local platform:
yarn package
MIT