Sandwich is an Electron React app for combining PDFs and images together. Simply drag your files into the app, rearrange and export.
Sandwich Beta is currently only supported on Mac OS X (Darwin x64). More platforms will be added in the future.
- Automatic updates: https://www.electronforge.io/advanced/auto-update
- Code signing: https://www.electronjs.org/docs/tutorial/code-signing#electron-forge
- Windows & Linux support
Command | Description |
---|---|
yarn install | Install dependencies |
yarn start | Start development server |
yarn test | Run test suite |
yarn make | Compile app to ./out directory |