Stamp is a desktop application that allows users to insert images (such as stamps, signatures, or logos) into PDF documents. It's particularly useful for adding digital stamps to PDF files, which is a common requirement in business workflows.
- Insert images into PDF documents
- Drag and drop positioning
- Support for multiple stamps on a single page
- Local stamp library management
- High-quality output
- Click "Open" to select a PDF file
- Add stamps to the stamp library using the "+" button
- Select a stamp from the library
- Click on the PDF where you want to place the stamp
- Adjust the position if needed
- Click "Save" to generate the stamped PDF
This project is built with:
- Electron
- React
- TypeScript
- Vite
# Install dependencies
yarn
# Development
yarn dev
# Build for macOS
yarn build
# Build for Windows (requires wine on macOS)
yarn build:win